blob: 42fa6fe1b064654390c909e9ec628ae6f5b0e8e9 (
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 Team
*
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.h,v 1.2 2000/01/18 23:30:24 petere Exp $
*/
#ifndef TAB_COMPLETE_H
#define TAB_COMPLETE_H
void initialize_readline(void);
#endif
|