summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 503d70a40..53f16f529 100644
--- a/src/main.h
+++ b/src/main.h
@@ -3,6 +3,7 @@
* main.h - external definitions for this program
*
* Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 2006,2008-2014 Guillem Jover <guillem@debian.org>
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -34,7 +35,7 @@ struct perpackagestate {
} istobe;
/** Used during cycle detection. */
- enum {
+ enum pkg_cycle_color {
white,
gray,
black,