info.h
Go to the documentation of this file.00001 #ifndef __INFO_H__
00002 #define __INFO_H__
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00026 #include <stdio.h>
00027 
00028 
00030 void score_add_args(
00031              const char* arg1,
00032    const char* arg2
00033 );
00034 
00036 void info_db_write(
00037   FILE* file
00038 );
00039 
00041 bool info_db_read(
00042   char** line,
00043   int    read_mode
00044 );
00045 
00047 void args_db_read(
00048   char** line
00049 );
00050 
00052 void message_db_read(
00053   char** line
00054 );
00055 
00057 void merged_cdd_db_read(
00058   char** line
00059 );
00060 
00062 void info_dealloc();
00063 
00064 #endif
00065