dish/postgres.h
2023-03-29 23:31:17 +08:00

10 lines
No EOL
124 B
C

#include "config.h"
#ifdef POSTGRES
#ifndef __POSTGRES_H__
#define __POSTGRES_H__
int dish_pg(char **args);
#endif
#endif