Diff for /libaitio/src/Attic/cli.c between versions 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2010/03/09 13:47:02 version 1.1.2.3, 2010/03/11 00:17:52
Line 74  int io_Cmd_Unsupported(void *cmds, FILE *out, char **  Line 74  int io_Cmd_Unsupported(void *cmds, FILE *out, char ** 
   
 // ------------------------------------------------------------  // ------------------------------------------------------------
   
   /*
    * io_Comp_Filename() Builtin helper function for filename completion arguments
    * @text = Text line
    * @state = Position state
    * return: NULL not found filename, != NULL filename
   */
   char *io_Comp_Filename(const char *text, int state)
   {
           return rl_filename_completion_function(text, state);
   }
   
   // ------------------------------------------------------------
   
 #pragma GCC visibility push(hidden)  #pragma GCC visibility push(hidden)
   
 ioCommands_t io_stdCmds[] = {  ioCommands_t io_stdCmds[] = {

Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>