1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add DLLIMPORT declarations needed by contrib modules.

This commit is contained in:
Peter Eisentraut
2002-10-21 18:57:35 +00:00
parent 0530d7a24b
commit de9d7f4bd5
5 changed files with 8 additions and 11 deletions

View File

@ -74,6 +74,4 @@ extern Datum dblink_build_sql_delete(PG_FUNCTION_ARGS);
extern Datum dblink_build_sql_update(PG_FUNCTION_ARGS);
extern Datum dblink_current_query(PG_FUNCTION_ARGS);
extern char *debug_query_string;
#endif /* DBLINK_H */