summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-07-14 22:06:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:19:21 -0500
commit2203228c791761bcab07961da725488636bee8df (patch)
tree2245b08d76f4d9d95f4fc97361964cc8f5a3b15d /source3/include/smb.h
parent5b474afa74697321a24e952c63e60bcb1e84dced (diff)
downloadsamba-2203228c791761bcab07961da725488636bee8df.tar.gz
samba-2203228c791761bcab07961da725488636bee8df.tar.bz2
samba-2203228c791761bcab07961da725488636bee8df.zip
r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstrings.
Volker (This used to be commit c5e393d5eda4e13a844171d9ff319d1f1bac3d84)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 3109948f59..39a7897581 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -544,6 +544,10 @@ struct share_params {
int service;
};
+struct share_iterator {
+ int next_id;
+};
+
typedef struct connection_struct {
struct connection_struct *next, *prev;
TALLOC_CTX *mem_ctx;