forked from GitHub/gf-core
forgot to add the type signature for pgf_drop_function in the header
This commit is contained in:
@@ -342,4 +342,9 @@ void pgf_create_function(PgfDB *db, PgfRevision revision,
|
|||||||
PgfMarshaller *m,
|
PgfMarshaller *m,
|
||||||
PgfExn *err);
|
PgfExn *err);
|
||||||
|
|
||||||
|
PGF_API_DECL
|
||||||
|
void pgf_drop_function(PgfDB *db, PgfRevision revision,
|
||||||
|
PgfText *name,
|
||||||
|
PgfExn *err);
|
||||||
|
|
||||||
#endif // PGF_H_
|
#endif // PGF_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user