diff options
Diffstat (limited to 'src/app.h')
-rw-r--r-- | src/app.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,3 +38,5 @@ void postCommandf_App (const char *command, ...); | |||
38 | iLocalDef void postCommandString_App(const iString *command) { | 38 | iLocalDef void postCommandString_App(const iString *command) { |
39 | postCommand_App(cstr_String(command)); | 39 | postCommand_App(cstr_String(command)); |
40 | } | 40 | } |
41 | |||
42 | void openInDefaultBrowser_App (const iString *url); | ||