(no commit message)
[prss.git] / src / main.c
index fd04ce5..6d52b05 100644 (file)
@@ -40,6 +40,11 @@ enum {
        COL_FEED_ID
 };
 
+enum {
+       COL_HEADLINE_TITLE,
+       COL_HEADLINE_ID
+};
+
 static struct option long_options[] = {
        {"version", no_argument, 0, 'v'},
        {"help", no_argument, 0, 'h'},