chiark / gitweb /
compile fixes for inotify
[inn-innduct.git] / authprogs / smbval / valid.h
1 #ifndef _VALID_H_
2 #define _VALID_H_
3 /* SMB User verification function */
4
5 #define NTV_NO_ERROR 0
6 #define NTV_SERVER_ERROR 1
7 #define NTV_PROTOCOL_ERROR 2
8 #define NTV_LOGON_ERROR 3
9
10 int Valid_User(char *USERNAME,char *PASSWORD,char *SERVER, char *BACKUP, char *DOMAIN);
11
12 #endif