postgresql/src/bin/psql/tab-complete.h
Bruce Momjian 7559d8ebfa Update copyrights for 2020
Backpatch-through: update all files in master, backpatch legal files through 9.4
2020-01-01 12:21:45 -05:00

18 lines
347 B
C

/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2020, PostgreSQL Global Development Group
*
* src/bin/psql/tab-complete.h
*/
#ifndef TAB_COMPLETE_H
#define TAB_COMPLETE_H
#include "pqexpbuffer.h"
extern PQExpBuffer tab_completion_query_buf;
extern void initialize_readline(void);
#endif /* TAB_COMPLETE_H */