Skip to content

Commit 1ed2190

Browse files
committed
Remove OSCAP_API from a private header
1 parent ae639d9 commit 1ed2190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OVAL/probes/probe/option.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ typedef struct {
1919
extern size_t OSCAP_GSYM(probe_optdef_count);
2020
extern probe_option_t *OSCAP_GSYM(probe_optdef);
2121

22-
OSCAP_API int probe_setoption(int option, ...);
23-
OSCAP_API int probe_getoption(int option, ...);
22+
int probe_setoption(int option, ...);
23+
int probe_getoption(int option, ...);
2424

2525
#endif /* OSCAP_PROBE_OPTION_H */

0 commit comments

Comments
 (0)