aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2019-03-09 00:14:13 -0600
committerRob Landley <rob@landley.net>2019-03-09 00:14:13 -0600
commitcd358823399a700e476f4ddc1192f2fea7c09235 (patch)
tree9d7abe2c4315890c79949da9f71d39e9f3b213b4 /lib/lib.h
parente191597e6bbf03e920e1b42f44ac65faaddedf51 (diff)
downloadtoybox-cd358823399a700e476f4ddc1192f2fea7c09235.tar.gz
Half-finished su change checked in, sorry.
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib.h b/lib/lib.h
index 87f4150e..9de18413 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -260,6 +260,7 @@ long environ_bytes();
long long millitime(void);
char *format_iso_time(char *buf, size_t len, struct timespec *ts);
void reset_env(struct passwd *p, int clear);
+void loggit(int priority, char *format, ...);
#define HR_SPACE 1 // Space between number and units
#define HR_B 2 // Use "B" for single byte units