summaryrefslogtreecommitdiffstats
path: root/source/include/ntdomain.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-09 19:35:30 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-09 19:35:30 +0000
commite6e5caf16c8d120f0c11fa63061f2786098e3357 (patch)
tree041d16d54be4fa0865736a2abacf292381fa40b7 /source/include/ntdomain.h
parentea1d5af105cc0df8d6523d0a734827ee47e1f58c (diff)
downloadsamba-e6e5caf16c8d120f0c11fa63061f2786098e3357.tar.gz
samba-e6e5caf16c8d120f0c11fa63061f2786098e3357.tar.xz
samba-e6e5caf16c8d120f0c11fa63061f2786098e3357.zip
debugging rpcclient spoolenum and spooljobs commands. oh, did i forget
to mention, there's a spooljobs <printer name> command, and it uses command-line completion? prints out NT print jobs really nicely, too.
Diffstat (limited to 'source/include/ntdomain.h')
-rw-r--r--source/include/ntdomain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index 1b7a7b55a6a..c36f619ef25 100644
--- a/source/include/ntdomain.h
+++ b/source/include/ntdomain.h
@@ -194,6 +194,8 @@ struct acct_info
#define PRINT_INFO_FN(fn)\
void (*fn)(const char*, uint32, uint32, void *const *const)
+#define JOB_INFO_FN(fn)\
+ void (*fn)(const char*, const char*, uint32, uint32, void *const *const)
#endif /* _NT_DOMAIN_H */