]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winstuff.h
Move the dynamic loading of advapi into its own module.
[PuTTY.git] / windows / winstuff.h
index 54a06c07b49ef2291be2880009bfad20443b4e74..8f5e0dff0625cb485088c13fd65060e381e57652 100644 (file)
@@ -516,14 +516,6 @@ void agent_schedule_callback(void (*callback)(void *, void *, int),
                             void *callback_ctx, void *data, int len);
 #define FLAG_SYNCAGENT 0x1000
 
-/*
- * winpgntc.c also exports these two functions which are used by the
- * server side of Pageant as well, to get the user SID for comparing
- * with clients'.
- */
-int init_advapi(void);  /* initialises everything needed by get_user_sid */
-PSID get_user_sid(void);
-
 /*
  * Exports from winser.c.
  */