Galactic Bloodshed
enroll.h
Go to the documentation of this file.
1 // Copyright 2014 The Galactic Bloodshed Authors. All rights reserved.
2 // Use of this source code is governed by a license that can be
3 // found in the COPYING file.
4 
5 #ifndef ENROLL_H
6 #define ENROLL_H
7 
8 int enroll(int argc, char *argv[]);
9 void process(int argc, char *argv[]);
10 
11 #endif // ENROLL_H
int enroll(int argc, char *argv[])
Definition: enroll.cc:138
void process(int argc, char *argv[])
Definition: enroll.cc:167