1 2 3 4 5 6 7 8
#ifndef TAB_COMPLETE_H #define TAB_COMPLETE_H #include <libpq-fe.h> void initialize_readline(PGconn ** conn); #endif