diff options
Diffstat (limited to '')
-rw-r--r-- | misc.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -264,4 +264,8 @@ void openvpn_sleep (const int n); void configure_path (void); +#if AUTO_USERID +void get_user_pass_auto_userid (struct user_pass *up); +#endif + #endif |