Add exported libsudo_util functions to util.exp and mark in headers
using __dso_public.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
|
||||
struct timeval;
|
||||
|
||||
bool lock_file(int, int);
|
||||
int touch(int, char *, struct timeval *);
|
||||
ssize_t sudo_parseln(char **buf, size_t *bufsize, unsigned int *lineno, FILE *fp);
|
||||
__dso_public bool lock_file(int, int);
|
||||
__dso_public int touch(int, char *, struct timeval *);
|
||||
__dso_public ssize_t sudo_parseln(char **buf, size_t *bufsize, unsigned int *lineno, FILE *fp);
|
||||
|
||||
#endif /* _SUDO_FILEOPS_H */
|
||||
|
Reference in New Issue
Block a user