mirror of
https://github.com/bspeice/libcvautomation
synced 2025-04-21 00:41:29 -04:00
25 lines
599 B
C
25 lines
599 B
C
/*
|
|
* =====================================================================================
|
|
*
|
|
* Filename: cva-match.h
|
|
*
|
|
* Description:
|
|
*
|
|
* Version: 1.0
|
|
* Created: 06/21/2012 08:34:21 AM
|
|
* Revision: none
|
|
* Compiler: gcc
|
|
*
|
|
* Author: Bradlee Speice, bspeice@uncc.edu
|
|
* Organization: MOSAIC at University of North Carolina at Charlotte
|
|
*
|
|
* =====================================================================================
|
|
*/
|
|
#ifndef CVA_MATCH_H
|
|
#define CVA_MATCH_H
|
|
|
|
void usage ();
|
|
int main(int, char**);
|
|
|
|
#endif /* CVA_MATCH_H */
|