patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
diff --git a/Include/myproto.h b/Include/myproto.h
index 94be8df..5d25d2c 100644
--- a/Include/myproto.h
+++ b/Include/myproto.h
@@ -1,9 +1,3 @@
-#ifndef Py_PROTO_H
-#define Py_PROTO_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /***********************************************************
 Copyright (c) 2000, BeOpen.com.
 Copyright (c) 1995-2000, Corporation for National Research Initiatives.
@@ -19,6 +13,12 @@
 DON'T USE Py_PROTO or Py_FPROTO anymore.
 ***************************************/
 
+#ifndef Py_PROTO_H
+#define Py_PROTO_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #ifdef HAVE_PROTOTYPES
 #define Py_PROTO(x) x
 #else