diff options
author | Christopher R. Hertel <crh@samba.org> | 1998-07-31 20:16:35 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1998-07-31 20:16:35 +0000 |
commit | ebd415c03f7e76a024182748d2cafebbfd5238b1 (patch) | |
tree | db956df7486412e92cafa9c3a18eb852ebc6c8f4 /source3/include/proto.h | |
parent | 3a1fdf05dde2fdd71976b77b85635e300bd436f7 (diff) | |
download | samba-ebd415c03f7e76a024182748d2cafebbfd5238b1.tar.gz samba-ebd415c03f7e76a024182748d2cafebbfd5238b1.tar.bz2 samba-ebd415c03f7e76a024182748d2cafebbfd5238b1.zip |
This is the checkin of the debug changes.
Makefile.in: I've added debug.o.
proto.h : Rebuilt, as is standard for these sorts of things.
smb.h : New macros, etc.
util.c : Debug code removed.
I'll check in debug.c in the next step.
Chris -)-----
(This used to be commit 653c17c1b8e34bfbd05ea35ada9436a50d5a7ba4)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 56d72bd339..10f01c1b9d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -160,6 +160,15 @@ BOOL deal_with_creds(uchar sess_key[8], DOM_CRED *sto_clnt_cred, DOM_CRED *rcv_clnt_cred, DOM_CRED *rtn_srv_cred); +/*The following definitions come from debug.c */ + +int sig_usr2( void ); +int sig_usr1( void ); +void setup_logging( char *pname, BOOL interactive ); +void reopen_logs( void ); +void force_check_log_size( void ); +BOOL dbghdr( int level, char *file, char *func, int line ); + /*The following definitions come from dfree.c */ int sys_disk_free(char *path,int *bsize,int *dfree,int *dsize); @@ -1972,11 +1981,6 @@ BOOL user_in_list(char *user,char *list); /*The following definitions come from util.c */ -int sig_usr2(void); -int sig_usr1(void); -void setup_logging(char *pname,BOOL interactive); -void reopen_logs(void); -void force_check_log_size(void); char *tmpdir(void); BOOL is_a_socket(int fd); BOOL next_token(char **ptr,char *buff,char *sep); |