(wu,typed_wu): close() a sent telegram before waking up other threads.

Remove s_char and register on the way.
This commit is contained in:
Marc Olzheim 2005-03-26 00:23:25 +00:00
parent 73a94a3591
commit e15b045713
2 changed files with 15 additions and 10 deletions

View file

@ -709,8 +709,8 @@ extern int trechk(register natid, register natid, int);
/* in item.h */
/* wu.c */
extern void clear_telegram_is_new(natid);
extern int typed_wu(natid, natid, s_char *, int);
extern int wu(natid, natid, s_char *, ...) ATTRIBUTE((format (printf, 3, 4)));
extern int typed_wu(natid, natid, char *, int);
extern int wu(natid, natid, char *, ...) ATTRIBUTE((format (printf, 3, 4)));
/*
* src/lib/update/ *.c