Skip to content

Commit 83c1b4c

Browse files
committed
Make the queue private
1 parent 436d61f commit 83c1b4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

audisp/queue.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
#include <stdio.h>
2727
#include <time.h>
28+
#include "dso.h"
2829
#include "libdisp.h"
2930
#include "audispd-config.h"
3031

@@ -37,6 +38,7 @@ enum {
3738
Q_RESIZE = 1 << 5,
3839
};
3940

41+
AUDIT_HIDDEN_START
4042
void reset_suspended(void);
4143
int init_queue(unsigned int size);
4244
int init_queue_extended(unsigned int size, int flags, const char *path);
@@ -51,6 +53,7 @@ void destroy_queue(void);
5153
unsigned int queue_current_depth(void);
5254
unsigned int queue_max_depth(void);
5355
int queue_overflowed_p(void);
56+
AUDIT_HIDDEN_END
5457

5558
#endif
5659

0 commit comments

Comments
 (0)