X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Foutput-mode.h;h=81d7f05d91e2aaebdac5251ab2af7fcc036afe82;hb=b5884878a2874447b2a9f07f324a7cd909d96d48;hp=9da789db762632a3aa6cf50858c50d65d15ad8e2;hpb=f02d836794d519e717e51d81501557da55915ce2;p=elogind.git diff --git a/src/shared/output-mode.h b/src/shared/output-mode.h index 9da789db7..81d7f05d9 100644 --- a/src/shared/output-mode.h +++ b/src/shared/output-mode.h @@ -42,5 +42,7 @@ typedef enum OutputFlags { OUTPUT_WARN_CUTOFF = 1 << 2, OUTPUT_FULL_WIDTH = 1 << 3, OUTPUT_COLOR = 1 << 4, - OUTPUT_CATALOG = 1 << 5 + OUTPUT_CATALOG = 1 << 5, + OUTPUT_BEGIN_NEWLINE = 1 << 6, + OUTPUT_UTC = 1 << 7, } OutputFlags;