00001 /* 00002 Copyright (C) 2012- The University of Notre Dame 00003 This software is distributed under the GNU General Public License. 00004 See the file COPYING for details. 00005 */ 00006 00007 #ifndef CCTOOLS_H 00008 #define CCTOOLS_H 00009 00010 #include <stdio.h> 00011 00021 void cctools_version_print (FILE *stream, const char *cmd); 00022 00027 void cctools_version_debug (int type, const char *cmd); 00028 00029 00030 #endif /* CCTOOLS_H */