summaryrefslogtreecommitdiff
path: root/src/core/log.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-06-10 08:39:19 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-06-10 08:39:19 +0000
commit9b6d5f7e99b89671b53aa7d3eb44f9e754dad90a (patch)
treee34a48715800cbf5f70b7d14826a865d4e0b6f7b /src/core/log.h
parent7503302d2397f3440a8bae71d22281468bb9ceae (diff)
downloadirssi-9b6d5f7e99b89671b53aa7d3eb44f9e754dad90a.zip
Rotate time names changed :) week -> weekly, day -> daily, etc.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@308 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/log.h')
-rw-r--r--src/core/log.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/log.h b/src/core/log.h
index 599be9e2..184f5ace 100644
--- a/src/core/log.h
+++ b/src/core/log.h
@@ -3,10 +3,10 @@
enum {
LOG_ROTATE_NEVER,
- LOG_ROTATE_HOUR,
- LOG_ROTATE_DAY,
- LOG_ROTATE_WEEK,
- LOG_ROTATE_MONTH
+ LOG_ROTATE_HOURLY,
+ LOG_ROTATE_DAILY,
+ LOG_ROTATE_WEEKLY,
+ LOG_ROTATE_MONTHLY
};
typedef struct {