From: Jean-Philippe Orsini Date: Thu, 25 Apr 2013 07:19:48 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=commitdiff_plain;h=b227ac2417bd40dfab2cb376422760d7eddfc95c --- diff --git a/src/main.c b/src/main.c index fd04ce5..6d52b05 100644 --- a/src/main.c +++ b/src/main.c @@ -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'},