summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-29 22:34:56 +0200
committerGünther Deschner <gd@samba.org>2011-05-02 15:03:43 +0200
commitc1f3ff734043082a9488c787324e76a37702f94d (patch)
tree58de7856e8b7cb08647296f5c15e4bb13919d528 /source3/include/proto.h
parent49d5f62b42d821bb8a11b595efb53eb88ec3c570 (diff)
downloadsamba-c1f3ff734043082a9488c787324e76a37702f94d.tar.gz
samba-c1f3ff734043082a9488c787324e76a37702f94d.tar.bz2
samba-c1f3ff734043082a9488c787324e76a37702f94d.zip
s3-util: move valid_share_pathname() to lib/util.c
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 5ff1c056ce..aee1da9768 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -736,6 +736,7 @@ bool tevent_req_poll_ntstatus(struct tevent_req *req,
NTSTATUS *status);
bool any_nt_status_not_ok(NTSTATUS err1, NTSTATUS err2, NTSTATUS *result);
int timeval_to_msec(struct timeval t);
+char *valid_share_pathname(TALLOC_CTX *ctx, const char *dos_pathname);
/* The following definitions come from lib/util_cmdline.c */
@@ -2667,10 +2668,6 @@ void do_drv_upgrade_printer(struct messaging_context *msg,
DATA_BLOB *data);
void update_monitored_printq_cache(struct messaging_context *msg_ctx);
-/* The following definitions come from rpc_server/srv_srvsvc_nt.c */
-
-char *valid_share_pathname(TALLOC_CTX *ctx, const char *dos_pathname);
-
/* The following definitions come from rpc_server/srv_svcctl_nt.c */
bool init_service_op_table( void );