summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-02-25 02:14:49 +0000
committerJeremy Allison <jra@samba.org>2001-02-25 02:14:49 +0000
commit1c8eb37534f885c7835f3971e5d28c9e89dd85d1 (patch)
tree65e500413e1b6a18bd1f6ef93fc42f06420ad4e5 /source3/include
parentf93bb0801ccd66a6a3709ad98afb3758ffd0c1d4 (diff)
downloadsamba-1c8eb37534f885c7835f3971e5d28c9e89dd85d1.tar.gz
samba-1c8eb37534f885c7835f3971e5d28c9e89dd85d1.tar.bz2
samba-1c8eb37534f885c7835f3971e5d28c9e89dd85d1.zip
Separated reg code into interface & implementation.
libsmb/namequery.c: Removed ununsed variables. Jeremy. (This used to be commit b857113f400551c57ac400a9cdc3c752085d107d)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 764fcf0e62..ef57669608 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3381,6 +3381,15 @@ pipes_struct *get_rpc_pipe(int pnum);
BOOL api_reg_rpc(pipes_struct *p);
#endif
+/*The following definitions come from rpc_server/srv_reg_nt.c */
+
+#if OLD_NTDOMAIN
+uint32 _reg_close(pipes_struct *p, REG_Q_CLOSE *q_u, REG_R_CLOSE *r_u);
+uint32 _reg_open(pipes_struct *p, REG_Q_OPEN_HKLM *q_u, REG_R_OPEN_HKLM *r_u);
+uint32 _reg_open_entry(pipes_struct *p, REG_Q_OPEN_ENTRY *q_u, REG_R_OPEN_ENTRY *r_u);
+uint32 _reg_info(pipes_struct *p, REG_Q_INFO *q_u, REG_R_INFO *r_u);
+#endif
+
/*The following definitions come from rpc_server/srv_samr.c */
#if OLD_NTDOMAIN