diff options
author | Jeremy Allison <jra@samba.org> | 2009-07-20 15:15:08 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-07-20 15:15:08 -0700 |
commit | 93570491712bf42b5c8dba825e7d2a40e71c0378 (patch) | |
tree | 0685a2b34c863a26ec1e94078cc567175772cefa /source3/libsmb | |
parent | 54a51839ea65aa788b18fce8de0ae4f9ba63e4e7 (diff) | |
download | samba-93570491712bf42b5c8dba825e7d2a40e71c0378.tar.gz samba-93570491712bf42b5c8dba825e7d2a40e71c0378.tar.bz2 samba-93570491712bf42b5c8dba825e7d2a40e71c0378.zip |
Make cli_send_mailslot() static. Preparing to do away with unexpected.tdb....
Jeremy.
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clidgram.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/libsmb/clidgram.c b/source3/libsmb/clidgram.c index 349a8331b4..f5dbd72f22 100644 --- a/source3/libsmb/clidgram.c +++ b/source3/libsmb/clidgram.c @@ -25,7 +25,7 @@ * cli_send_mailslot, send a mailslot for client code ... */ -bool cli_send_mailslot(struct messaging_context *msg_ctx, +static bool cli_send_mailslot(struct messaging_context *msg_ctx, bool unique, const char *mailslot, uint16 priority, char *buf, int len, @@ -309,4 +309,3 @@ bool receive_getdc_response(TALLOC_CTX *mem_ctx, return True; } - |