summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-04-20 19:37:46 +0200
committerLennart Poettering <lennart@poettering.net>2016-04-22 16:16:59 +0200
commit766cd081525575875dd1291d4de0e65bcb5e1a89 (patch)
tree3b329618552e0d0a8fb8a8b0cc19b6ba1333f09b /src/shared/logs-show.h
parent03532f0ae0fae40f9f04091340e2bf156d0ec21a (diff)
shared: move output_mode_to_string() into output-mode.c
After all, the enum definition is in output-mode.h
Diffstat (limited to 'src/shared/logs-show.h')
-rw-r--r--src/shared/logs-show.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/logs-show.h b/src/shared/logs-show.h
index 9765a24ff2..6643440881 100644
--- a/src/shared/logs-show.h
+++ b/src/shared/logs-show.h
@@ -68,6 +68,3 @@ void json_escape(
const char* p,
size_t l,
OutputFlags flags);
-
-const char* output_mode_to_string(OutputMode m) _const_;
-OutputMode output_mode_from_string(const char *s) _pure_;