Changeset 197 for trunk/include


Ignore:
Timestamp:
Nov 21, 2008, 10:33:04 PM (16 years ago)
Author:
katerina
Message:

Rewrite of code for conditionals in configuration file, supports more tests now (ticket #129).

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_tools.h

    r132 r197  
    2020char * errorExplain (int err_num, char * errbuf, size_t len);
    2121#endif
     22
     23/* Returns non-zero if interface exists
     24 */
     25int sh_tools_iface_is_present(char *str);
    2226
    2327/* returns allocated buffer
  • trunk/include/sh_unix.h

    r183 r197  
    156156extern int sh_unix_check_acl;
    157157
     158/* --- run a command, securely ---
     159 */
     160int sh_unix_run_command (const char * str);
     161
    158162/* mlock utilities
    159163 */
Note: See TracChangeset for help on using the changeset viewer.