]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth:credentials: Remove unnecessary declaration
authorJo Sutton <josutton@catalyst.net.nz>
Tue, 9 Apr 2024 02:31:11 +0000 (14:31 +1200)
committerJo Sutton <jsutton@samba.org>
Sun, 21 Apr 2024 22:10:36 +0000 (22:10 +0000)
This declaration is a hold‐over from the Python 2 module initialization
pattern.

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/credentials/pycredentials.c

index 5cdbe7796e68627a5d678565fbc382098457db6c..0bcb894f92068c00a73e844140ce4752bfa0d149 100644 (file)
@@ -35,8 +35,6 @@
 #include "auth/kerberos/kerberos.h"
 #include "libcli/smb/smb_constants.h"
 
-void initcredentials(void);
-
 static PyObject *py_creds_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
 {
        return pytalloc_steal(type, cli_credentials_init(NULL));