summaryrefslogtreecommitdiff
path: root/src/label_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/label_internal.h')
-rw-r--r--src/label_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/label_internal.h b/src/label_internal.h
index 0e13833..455d948 100644
--- a/src/label_internal.h
+++ b/src/label_internal.h
@@ -88,6 +88,6 @@ selabel_validate(struct selabel_handle *rec,
* The read_spec_entries function may be used to
* replace sscanf to read entries from spec files.
*/
-extern int read_spec_entries(char *line_buf, int num_args, ...);
+extern int read_spec_entries(char *line_buf, const char **errbuf, int num_args, ...);
#endif /* _SELABEL_INTERNAL_H_ */