summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-06 21:08:35 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-06 21:08:35 +0000
commit514be1cf738e913423488b9550522e3991d11360 (patch)
tree708072e47b3951b62dfc9df7affe1f8ba048caf3 /source3/include/ntdomain.h
parent4dbd1c135ca286f59a5f692abd51a0c78f4cb6a0 (diff)
downloadsamba-514be1cf738e913423488b9550522e3991d11360.tar.gz
added command-completion printer enum code.
(This used to be commit 6947f8fac7d6d643a265fdcb56b2a390b9a9a1c0)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 789a02e0864..5bb08881514 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -171,5 +171,7 @@ struct acct_info
#define TPRT_INFO_FN(fn) void (*fn)(SRV_TPRT_INFO_CTR *)
+#define PRINT_INFO_FN(fn) void (*fn)(const char*, uint32, uint32, void **)
+
#endif /* _NT_DOMAIN_H */