dish/postgres.h

10 lines
124 B
C
Raw Normal View History

2023-03-29 15:01:10 +00:00
#include "config.h"
#ifdef POSTGRES
#ifndef __POSTGRES_H__
#define __POSTGRES_H__
int dish_pg(char **args);
#endif
#endif