Ignore:
Timestamp:
Feb 3, 2009, 8:45:50 PM (16 years ago)
Author:
katerina
Message:

Allow shell expansion for cofiguration file values (ticket #137).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_extern.h

    r169 r211  
    3535 */
    3636int sh_ext_popen (sh_tas_t * task);
     37
     38/*
     39 * -- Execute command, return first line of output
     40 */
     41char * sh_ext_popen_str (char * command);
    3742
    3843/*
Note: See TracChangeset for help on using the changeset viewer.