(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:
parent
73a94a3591
commit
e15b045713
2 changed files with 15 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue