nds2-client - ClientAdministrator  0.16.8
 All Functions Typedefs Enumerations Enumerator Groups Pages
nds_auth.h
1 /* -*- tab-width:8 c-basic-offset:4 indent-tabs-mode:nil -*- */
2 /* set vi: ts=8:softtabstop=4,shiftwidth=4,expandtab */
3 
4 #ifndef NDS_AUTH_H
5 #define NDS_AUTH_H
6 
7 #include "daqc.h"
8 
19 int nds_authenticate( daq_t* daq, const char* server );
20 
29 int nds_auth_disconnect( daq_t* daq );
30 
37 int nds_auth_startup( void );
38 
39 #endif /* !defined(NDS_AUTH_H) */