home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / source / command_rl.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-10-19  |  169 b   |  14 lines

  1.  
  2. #ifndef __COMMAND_RL_H__
  3. #define __COMMAND_RL_H__
  4.  
  5. #include <stdio.h>
  6.  
  7. #include <centry.h>
  8.  
  9. void    readline_getcommands(FILE *in, FILE *out);
  10.  
  11. #include <cexit.h>
  12.  
  13. #endif
  14.