Remove use of the "staticforward" macro
[kai/samba-autobuild/.git] / lib / ntdb / pyntdb.c
index b2a1f0cbc1b6844611d3130b0831191a55945618..72e626472a2859d6a992ab64e85d7b2b9c37370d 100644 (file)
@@ -38,7 +38,7 @@ typedef struct {
        bool closed;
 } PyNtdbObject;
 
-staticforward PyTypeObject PyNtdb;
+static PyTypeObject PyNtdb;
 
 static void PyErr_SetTDBError(enum NTDB_ERROR e)
 {