diff -r 8d0f25ef038e -r bdf20e6eefd7 volta.h --- a/volta.h Wed Sep 28 09:04:16 2011 -0700 +++ b/volta.h Wed Sep 28 09:04:16 2011 -0700 @@ -85,6 +85,7 @@ * Function prototypes * */ +int getopt( int, char * const [], const char *); void usage( char *prg ); void debug( int level, char *file, int line, const char *fmt, ... );