We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae639d9 commit 1ed2190Copy full SHA for 1ed2190
src/OVAL/probes/probe/option.h
@@ -19,7 +19,7 @@ typedef struct {
19
extern size_t OSCAP_GSYM(probe_optdef_count);
20
extern probe_option_t *OSCAP_GSYM(probe_optdef);
21
22
-OSCAP_API int probe_setoption(int option, ...);
23
-OSCAP_API int probe_getoption(int option, ...);
+int probe_setoption(int option, ...);
+int probe_getoption(int option, ...);
24
25
#endif /* OSCAP_PROBE_OPTION_H */
0 commit comments