relations: New enum relations
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
f88365e762
commit
0b05f11d28
9 changed files with 32 additions and 25 deletions
|
@ -41,10 +41,10 @@
|
|||
#include "update.h"
|
||||
|
||||
void
|
||||
setrel(natid us, natid them, int rel)
|
||||
setrel(natid us, natid them, enum relations rel)
|
||||
{
|
||||
struct natstr *mynp = getnatp(us);
|
||||
int oldrel;
|
||||
enum relations oldrel;
|
||||
char *whichway;
|
||||
int n_up = 0;
|
||||
int n_down = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue