Changeset 136 for trunk/wifidog/src/util.c
- Timestamp:
- 05/28/04 01:16:10 (9 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/src/util.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/src/util.c
r135 r136 23 23 * 11:37:43 aprilp Exp $ 24 24 */ 25 /** @internal26 @file firewall.c27 @brief Firewall updatefunctions25 /** 26 @file util.c 27 @brief Misc utility functions 28 28 @author Copyright (C) 2004 Philippe April <papril777@yahoo.com> 29 29 */ … … 46 46 #include "debug.h" 47 47 48 /** @brief Execute a shell command 49 * 50 * Fork a child and execute a shell command, the parent 48 /** Fork a child and execute a shell command, the parent 51 49 * process waits for the child to return and returns the child's exit() 52 50 * value.
