Drop trade_desc()'s first argument
This commit is contained in:
parent
4f3d6792e3
commit
6c086a8110
3 changed files with 9 additions and 9 deletions
|
@ -59,7 +59,7 @@ struct trdstr {
|
|||
|
||||
extern int trade_check_ok(struct trdstr *, struct empobj *);
|
||||
extern char *trade_nameof(struct trdstr *, struct empobj *);
|
||||
extern int trade_desc(struct trdstr *, struct empobj *);
|
||||
extern int trade_desc(struct empobj *);
|
||||
extern int trade_getitem(struct trdstr *, union empobj_storage *);
|
||||
|
||||
#define gettrade(n, p) ef_read(EF_TRADE, (n), (p))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue