linux build again

This commit is contained in:
David Anderson
2004-04-02 21:18:48 +00:00
parent 35f04bd679
commit 688e986999
3 changed files with 3 additions and 2 deletions

View File

@ -195,6 +195,7 @@ AMX_NATIVE_INFO pgsql_exports[] = {
{"pgsql_query", pgsql_query},
{"pgsql_nextrow", pgsql_nextrow},
{"pgsql_close", pgsql_close},
{"pgsql_getfield", pgsql_getfield},
{NULL, NULL},
};