Fix header inclusion order in c.h.
[pgsql.git] / src / pl / plpython / plpy_exec.h
blob68da1ffcb2ef12c33fb3f7476a476a1dea2ee9f8
1 /*
2 * src/pl/plpython/plpy_exec.h
3 */
5 #ifndef PLPY_EXEC_H
6 #define PLPY_EXEC_H
8 #include "plpy_procedure.h"
10 extern Datum PLy_exec_function(FunctionCallInfo fcinfo, PLyProcedure *proc);
11 extern HeapTuple PLy_exec_trigger(FunctionCallInfo fcinfo, PLyProcedure *proc);
13 #endif /* PLPY_EXEC_H */