ohcount
ohcount.h
Go to the documentation of this file.
1 // ohcount.h written by Mitchell Foral. mitchell<att>caladbolg.net.
2 // See COPYING for license information.
3 
4 #ifndef OHCOUNT_H
5 #define OHCOUNT_H
6 
132 #define COMMAND_ANNOTATE 1
133 #define COMMAND_DETECT 2
134 #define COMMAND_HELP 3
135 #define COMMAND_INDIVIDUAL 4
136 #define COMMAND_LICENSES 5
137 #define COMMAND_RAWENTITIES 6
138 #define COMMAND_SUMMARY 7
139 
140 #endif