#ifndef QFE_DDLSTMTS_H__ #define QFE_DDLSTMTS_H__ #include #include namespace qfe { void processCreateStmt(const std::string&, uint32_t); void processDropStmt(const std::string&, uint32_t); } // namespace qfe #endif