openGauss-server/contrib/pgxc_ctl/do_command.h

17 lines
478 B
C

/*-------------------------------------------------------------------------
*
* do_command.h
*
* Main command module of Postgres-XC configuration and operation tool.
*
* Copyright (c) 2013 Postgres-XC Development Group
*
*-------------------------------------------------------------------------
*/
#ifndef DO_COMMAND_H
#define DO_COMMAND_H
extern void do_command(FILE* inf, FILE* outf);
extern int do_singleLine(char* buf, char* wkline);
#endif /* DO_COMMAND_H */