]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/python/as.h
python: Access ASes from database
[people/ms/libloc.git] / src / python / as.h
index 223b84723d3facc8fa5535bb20752d1f6de8ce1a..19b5c73050eefdd413e9f856b53021c8dcbaf819 100644 (file)
@@ -32,4 +32,6 @@ typedef struct {
 
 extern PyTypeObject ASType;
 
+PyObject* new_as(PyTypeObject* type, struct loc_as* as);
+
 #endif /* PYTHON_LOCATION_AS_H */