X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Foutput-mode.h;h=6a61d31207d8bf79d4158e30024eed7265611388;hp=81d7f05d91e2aaebdac5251ab2af7fcc036afe82;hb=94c5f7fa9e34517edad75cd63d71dd459ec4f133;hpb=9fd290443f5f99fca0dcd4216b1de70f7d3b8db1 diff --git a/src/shared/output-mode.h b/src/shared/output-mode.h index 81d7f05d9..6a61d3120 100644 --- a/src/shared/output-mode.h +++ b/src/shared/output-mode.h @@ -21,6 +21,8 @@ along with systemd; If not, see . ***/ +/// UNNEEDED by elogind +#if 0 typedef enum OutputMode { OUTPUT_SHORT, OUTPUT_SHORT_ISO, @@ -35,6 +37,7 @@ typedef enum OutputMode { _OUTPUT_MODE_MAX, _OUTPUT_MODE_INVALID = -1 } OutputMode; +#endif // 0 typedef enum OutputFlags { OUTPUT_SHOW_ALL = 1 << 0,