1
0
forked from GitHub/gf-core

forgot to add the type signature for pgf_drop_function in the header

This commit is contained in:
krangelov
2021-09-09 09:52:43 +02:00
parent 97c76a9030
commit a44787fc4e

View File

@@ -342,4 +342,9 @@ void pgf_create_function(PgfDB *db, PgfRevision revision,
PgfMarshaller *m,
PgfExn *err);
PGF_API_DECL
void pgf_drop_function(PgfDB *db, PgfRevision revision,
PgfText *name,
PgfExn *err);
#endif // PGF_H_