Skip to content

Commit 6836d68

Browse files
author
Nima Talebi
committed
Update header file for new function declaration
1 parent e5a38d8 commit 6836d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/xmlpythonizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ typedef struct ptzMAP_s {
4848

4949
} ptzMAP;
5050

51-
ptzMAP *dmiMAP_ParseMappingXML(xmlDoc *xmlmap, const char *mapname);
51+
ptzMAP *dmiMAP_ParseMappingXML(xmlDoc *xmlmap, xmlDoc *xmltypemap, const char *mapname);
5252
#define ptzmap_Free(ptr) { ptzmap_Free_func(ptr); ptr = NULL; }
5353
void ptzmap_Free_func(ptzMAP *ptr);
5454

0 commit comments

Comments
 (0)