prnat() prnatid(): New, common country name (#number) formatting
prnat() is more convenient when you already got the struct natstr *. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
383bbff603
commit
61a32b8b69
10 changed files with 65 additions and 58 deletions
|
@ -181,6 +181,8 @@ extern struct natstr *nat_reset(struct natstr *, natid, char *, char *,
|
|||
enum nat_status);
|
||||
|
||||
extern int check_nat_name(char *, natid);
|
||||
extern char *prnat(struct natstr *);
|
||||
extern char *prnatid(natid);
|
||||
|
||||
extern int grant_btus(struct natstr *, int);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue