summaryrefslogtreecommitdiff
path: root/src/completion.h
blob: 583ba3b0fe961ee0500d40a0c3bdbf859f1cea2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef    __COMPLETION_H
#define    __COMPLETION_H


#ifdef __cplusplus
extern "C" {
#endif


extern void initialize_readline( void );


#ifdef __cplusplus
}
#endif

#endif  /* __COMPLETION_H */