Add comment for bool.
[smdp.git] / include / markdown.h
index 1213ac7..a1dd759 100644 (file)
@@ -5,7 +5,7 @@
  * An implementation of markdown objects.
  * Copyright (C) 2014 Michael Goehler
  *
- * This file is part of mpd.
+ * This file is part of mdp.
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -44,6 +44,9 @@ enum line_bitmask {
     IS_QUOTE,
     IS_CODE,
     IS_HR,
+    IS_UNORDERED_LIST_1,
+    IS_UNORDERED_LIST_2,
+    IS_UNORDERED_LIST_3,
     IS_EMPTY
 };