Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pyxmlsec / utils.h
Size: Mime:
#ifndef __PYXMLSEC_UTILS_H__
#define __PYXMLSEC_UTILS_H__

#undef _POSIX_C_SOURCE
#include <Python.h>

extern PyObject *xmlsec_error;

int CheckArgs(PyObject *args, char *format);

#endif /* __PYXMLSEC_UTILS_H__ */