diff options
author | Jeremy Allison <jra@samba.org> | 2000-10-06 23:01:47 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-10-06 23:01:47 +0000 |
commit | 74d4a3b7410547d9f65bfc26de5f22c623574afd (patch) | |
tree | 1ce41ec5a9c410060b486e2ad1c0b251bb11e422 /source3/include/proto.h | |
parent | 9c6acf4595d14cb0fc0c9bf17ce02de73af127cd (diff) | |
download | samba-74d4a3b7410547d9f65bfc26de5f22c623574afd.tar.gz samba-74d4a3b7410547d9f65bfc26de5f22c623574afd.tar.bz2 samba-74d4a3b7410547d9f65bfc26de5f22c623574afd.zip |
Added Herb's fixes to HEAD.
Jeremy.
(This used to be commit 4862d2ab1163310d844b929fb17239b4f4cb1a99)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 6c87c429c0..b29e3aa788 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1784,6 +1784,7 @@ BOOL print_queue_purge(struct current_user *user, int snum, int *errcode); /*The following definitions come from profile/profile.c */ +void profile_message(int msg_type, pid_t src, void *buf, size_t len); BOOL profile_setup(BOOL rdonly); /*The following definitions come from rpc_client/cli_connect.c */ |