BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
suidmain.h
Go to the documentation of this file.
1  // CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
2 #ifndef __SUIDMAIN_H__
3 #define __SUIDMAIN_H__
4 
5 #ifdef __cplusplus
6 extern "C" {
7 #endif /* __cplusplus */
8 
9 /* custom program name finder */
10 const char* custom_find_executable (int *argc,
11  char ***argv);
12 /* check for "--" and similar arguments */
13 int custom_check_arg_stopper (const char *argument);
14 
15 #ifdef __cplusplus
16 }
17 #endif /* __cplusplus */
18 
19 #endif /* __SUIDMAIN_H__ */