summaryrefslogtreecommitdiff
path: root/src/bin/psql/tab-complete.h
blob: f7faafa85b643f97d9c0f2c5201f29d7a3246382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * psql - the PostgreSQL interactive terminal
 *
 * Copyright (c) 2000-2007, PostgreSQL Global Development Group
 *
 * $PostgreSQL: pgsql/src/bin/psql/tab-complete.h,v 1.14 2007/01/05 22:19:50 momjian Exp $
 */
#ifndef TAB_COMPLETE_H
#define TAB_COMPLETE_H

#include "postgres_fe.h"

void		initialize_readline(void);

#endif