ARPDAS_QNX6 1.0
nlphcmd.h
Go to the documentation of this file.
00001 #ifndef CMDCLT_H_INCLUDED
00002 #define CMDCLT_H_INCLUDED
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 /* Header "nlphcmd.h" for cltwindow Application */
00009 extern int nlph_getch(void);
00010 extern void nlph_cmdclt_init( void *(*cmd_thread)(void*));
00011 extern void nlph_update_cmdtext( const char *cmdtext, const char *prompttext );
00012 
00013 #ifdef __cplusplus
00014 };
00015 #endif
00016 
00017 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines