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
142#define COMMAND_ANNOTATE 1
143#define COMMAND_DETECT 2
144#define COMMAND_HELP 3
145#define COMMAND_INDIVIDUAL 4
146#define COMMAND_LICENSES 5
147#define COMMAND_RAWENTITIES 6
148#define COMMAND_SUMMARY 7
149
150#endif