diff options
author | Tim Potter <tpot@samba.org> | 2001-12-13 23:43:44 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-12-13 23:43:44 +0000 |
commit | 63bd99aec2cfc75ac9a4ec22f6f5fe46c7bdf15c (patch) | |
tree | 052d5f8a2e36361eefc9b2f7463fc1aa5a30d743 /source3/libsmb | |
parent | 079a02b15ed04ac5975874c1aee256855422021d (diff) | |
download | samba-63bd99aec2cfc75ac9a4ec22f6f5fe46c7bdf15c.tar.gz samba-63bd99aec2cfc75ac9a4ec22f6f5fe46c7bdf15c.tar.bz2 samba-63bd99aec2cfc75ac9a4ec22f6f5fe46c7bdf15c.zip |
Added comment.
(This used to be commit 594634ff1a1d5f780ddb9909f5365ee3e420a76c)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/cli_spoolss.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libsmb/cli_spoolss.c b/source3/libsmb/cli_spoolss.c index d455bb7196..c87a36e302 100644 --- a/source3/libsmb/cli_spoolss.c +++ b/source3/libsmb/cli_spoolss.c @@ -1070,6 +1070,8 @@ done: return result; } +/* Get print processor directory */ + NTSTATUS cli_spoolss_getprintprocessordirectory(struct cli_state *cli, TALLOC_CTX *mem_ctx, char *name, |