blob: 8c54cffeb64fa3503bc838f096cfeb3a18d329ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright 2000 by PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.h,v 1.3 2000/01/29 16:58:49 petere Exp $
*/
#ifndef TAB_COMPLETE_H
#define TAB_COMPLETE_H
void initialize_readline(void);
#endif
|