aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/tab-complete.h
blob: c7d44bd2f07a61995e1410edc1d682a5e340db87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * psql - the PostgreSQL interactive terminal
 *
 * Copyright 2000 by PostgreSQL Global Development Group
 *
 * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.h,v 1.4 2000/03/05 13:30:19 petere Exp $
 */
#ifndef TAB_COMPLETE_H
#define TAB_COMPLETE_H

#include "postgres.h"

void initialize_readline(void);

#endif