diff options
Diffstat (limited to 'generic/commands.h')
-rw-r--r-- | generic/commands.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/generic/commands.h b/generic/commands.h deleted file mode 100644 index 7874162..0000000 --- a/generic/commands.h +++ /dev/null @@ -1,4 +0,0 @@ -int openUrl( const char* url ); -int suspendScreensaving( Display* dpy, int suspend ); -int mailTo( const char* subject, const char* body, const char* to, - const char* cc, const char* bcc, const char** attachments, int att_count ); |