r23779: Change from v2 or later to v3 or later.
[gd/samba/.git] / source3 / python / py_srvsvc.h
index b440c32e13e5997c0c3bbd5ae76ff9894a1246f3..30f7822041ecf05bcfbaf2314e7ec077121ffd43 100644 (file)
@@ -5,7 +5,7 @@
    
    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
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
@@ -23,4 +23,8 @@
 
 #include "python/py_common.h"
 
+/* The following definitions come from python/py_srvsv.c */
+
+BOOL py_from_SRV_INFO_101(PyObject **dict, SRV_INFO_101 *info);
+
 #endif /* _PY_SRVSVC_H */