Changeset 140 for branches/samba-3.0/source/nsswitch/winbindd_proto.h
- Timestamp:
- 07/11/08 01:13:42 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/winbindd_proto.h
r134 r140 20 20 void request_finished_cont(void *private_data, BOOL success); 21 21 void winbind_check_sighup(void); 22 void winbind_check_sigterm( void);22 void winbind_check_sigterm(bool in_parent); 23 23 int main(int argc, char **argv, char **envp); 24 24
