7 lines
143 B
C
7 lines
143 B
C
|
#ifndef ELECTRONIC_REGISTRATION_H
|
||
|
#define ELECTRONIC_REGISTRATION_H
|
||
|
|
||
|
void runElectronicRegistration();
|
||
|
|
||
|
#endif /* ELECTRONIC_REGISTRATION_H */
|