Changeset 197 for trunk/include
- Timestamp:
- Nov 21, 2008, 10:33:04 PM (16 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_tools.h
r132 r197 20 20 char * errorExplain (int err_num, char * errbuf, size_t len); 21 21 #endif 22 23 /* Returns non-zero if interface exists 24 */ 25 int sh_tools_iface_is_present(char *str); 22 26 23 27 /* returns allocated buffer -
trunk/include/sh_unix.h
r183 r197 156 156 extern int sh_unix_check_acl; 157 157 158 /* --- run a command, securely --- 159 */ 160 int sh_unix_run_command (const char * str); 161 158 162 /* mlock utilities 159 163 */
Note:
See TracChangeset
for help on using the changeset viewer.