mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
Merge of cleanups and srvsvc implementation from HEAD.
This commit is contained in:
@ -21,7 +21,10 @@
|
||||
#ifndef _PY_CONV_H
|
||||
#define _PY_CONV_H
|
||||
|
||||
enum pyconv_types { PY_UNISTR, PY_UINT32, PY_UINT16, PY_STRING, PY_UID, PY_GID };
|
||||
#include "python/py_common.h"
|
||||
|
||||
enum pyconv_types { PY_UNISTR, PY_UNISTR2, PY_UINT32, PY_UINT16, PY_STRING,
|
||||
PY_UID, PY_GID };
|
||||
|
||||
struct pyconv {
|
||||
char *name; /* Name of member */
|
||||
|
Reference in New Issue
Block a user