summaryrefslogtreecommitdiff
path: root/source3/python/py_srvsvc.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-17 04:43:09 +0000
committerTim Potter <tpot@samba.org>2003-02-17 04:43:09 +0000
commitd9b33602a2c56e0fda376b1a876713402cbc1468 (patch)
tree0af494ddcfcb08d364a98088db700c72a5af4f88 /source3/python/py_srvsvc.h
parent96d19c3876ad665a5f7e95626c408f3acfbc90b7 (diff)
downloadsamba-d9b33602a2c56e0fda376b1a876713402cbc1468.tar.gz
samba-d9b33602a2c56e0fda376b1a876713402cbc1468.tar.bz2
samba-d9b33602a2c56e0fda376b1a876713402cbc1468.zip
Added SRVSVC pipe support. I've started implementing NetServerGetInfo()
(This used to be commit 8e0d781995b56dd1cd348baadd494bb8e64c10bc)
Diffstat (limited to 'source3/python/py_srvsvc.h')
-rw-r--r--source3/python/py_srvsvc.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/source3/python/py_srvsvc.h b/source3/python/py_srvsvc.h
new file mode 100644
index 0000000000..17b8eeb5bd
--- /dev/null
+++ b/source3/python/py_srvsvc.h
@@ -0,0 +1,29 @@
+/*
+ Python wrappers for DCERPC/SMB client routines.
+
+ Copyright (C) Tim Potter, 2003
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
+
+#ifndef _PY_SRVSVC_H
+#define _PY_SRVSVC_H
+
+#include "includes.h"
+#include "Python.h"
+
+#include "python/py_common_proto.h"
+
+#endif /* _PY_SRVSVC_H */