commit
This commit is contained in:
parent
bd738652a5
commit
031b51a916
10 changed files with 172 additions and 146 deletions
2
conf.h
2
conf.h
|
@ -50,8 +50,10 @@ ptListener newListenerChain();
|
|||
int addListener(ptListener listenerChain, int id, char name[], int age, int level);
|
||||
void removeListener(ptListener listenerChain, int id);
|
||||
void addConfToConfList(ptConfList confList, ptConf conf, int grade);
|
||||
void removeConfFromConfList(ptConfList confList, ptConf conf);
|
||||
void printConfList(ptConfList confList);
|
||||
void addListenerToListenerList(ptListenerList listenerList, ptListener listener, int grade);
|
||||
void removeListenerFromListenerList(ptListenerList listenerList, ptListener listener);
|
||||
void printListenerList(ptListenerList listenerList);
|
||||
int participateToConf(ptConf confChain, ptListener listenerChain, int confId, int listenerId, int grade);
|
||||
int confGradeAvg(ptConf conf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue