summaryrefslogtreecommitdiffstats
path: root/source/include/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/auth.h')
-rw-r--r--source/include/auth.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/include/auth.h b/source/include/auth.h
index 0094e163854..a58d150c51d 100644
--- a/source/include/auth.h
+++ b/source/include/auth.h
@@ -114,12 +114,6 @@ typedef struct auth_methods
/* Used to keep tabs on things like the cli for SMB server authentication */
void *private_data;
-
- /* Function to clean up the above arbitary structure */
- void (*free_private_data)(void **private_data);
-
- /* Function to send a keepalive message on the above structure */
- void (*send_keepalive)(void **private_data);
} auth_methods;