diff options
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); |