summaryrefslogtreecommitdiff
path: root/source/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
commit6947f8fac7d6d643a265fdcb56b2a390b9a9a1c0 (patch)
tree29462f65f845ec8545995dd5e7f26dd7af140d0e /source/include/ntdomain.h
parent0249ae50ad8135cf3fd11a3b85f771f2347fcb29 (diff)
downloadsamba-6947f8fac7d6d643a265fdcb56b2a390b9a9a1c0.tar.gz
added command-completion printer enum code.
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 789a02e0864..5bb08881514 100644
--- a/source/include/ntdomain.h
+++ b/source/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 */