10 lines
124 B
C
10 lines
124 B
C
|
#include "config.h"
|
||
|
|
||
|
#ifdef POSTGRES
|
||
|
#ifndef __POSTGRES_H__
|
||
|
#define __POSTGRES_H__
|
||
|
|
||
|
int dish_pg(char **args);
|
||
|
|
||
|
#endif
|
||
|
#endif
|