#ifndef __COMPLETION_H #define __COMPLETION_H #ifdef __cplusplus extern "C" { #endif extern void initialize_readline( void ); #ifdef __cplusplus } #endif #endif /* __COMPLETION_H */