#ifndef _apm_rc_h_
#define _apm_rc_h_

/*
 * Read the given configuration file.
 * Returns zero if succesful.
 */
int ReadConfiguration(char * file_name);

#endif



syntax highlighted by Code2HTML, v. 0.9.1