pyglue: Remove unnecessary declaration
authorJo Sutton <josutton@catalyst.net.nz>
Tue, 9 Apr 2024 23:53:43 +0000 (11:53 +1200)
committerJo Sutton <jsutton@samba.org>
Sun, 21 Apr 2024 22:10:36 +0000 (22:10 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/pyglue.c

index c24d1b033a486c3cea8a09407e2505dfaa5723aa..27cd41d5b9c1a758701dd79631ea593e547447a1 100644 (file)
@@ -29,7 +29,6 @@
 #include "lib/cmdline/cmdline.h"
 #include "lib/crypto/gkdi.h"
 
-void init_glue(void);
 static PyObject *PyExc_NTSTATUSError;
 static PyObject *PyExc_WERRORError;
 static PyObject *PyExc_HRESULTError;