diff options
author | Michael Stapelberg <michael+x200@stapelberg.de> | 2008-10-04 19:16:41 +0200 |
---|---|---|
committer | Michael Stapelberg <michael+x200@stapelberg.de> | 2008-10-04 19:16:41 +0200 |
commit | e68449ee1db529d0ef7b88fb0fba15263445b574 (patch) | |
tree | d4df67b81897bbeb0f63662110f120c1287f27fa /wmiistatus.h | |
parent | 79dfdafb212e9933f32630a3548f05a4a2d786d1 (diff) |
Implement run_watches
Diffstat (limited to 'wmiistatus.h')
-rw-r--r-- | wmiistatus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wmiistatus.h b/wmiistatus.h index de876ad..13ec2c7 100644 --- a/wmiistatus.h +++ b/wmiistatus.h @@ -13,3 +13,4 @@ static char *get_battery_info(void); static char *get_wireless_info(void); static char *get_ip_address(const char *interface); static char *get_eth_info(void); +bool process_runs(const char *path); |