1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.

This commit is contained in:
Tom Lane
2006-09-11 15:30:32 +00:00
parent 41dcc65c0e
commit 7ce2ff2d22
2 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,6 @@
#include <libxslt/xsltutils.h>
PG_MODULE_MAGIC;
/* declarations to come from xpath.c */
extern void elog_error(int level, char *explain, int force);