remove argument name from prototype
This commit is contained in:
parent
bb4131799d
commit
68a7420ba4
|
@ -5,6 +5,6 @@ typedef struct {
|
||||||
} pic_state;
|
} pic_state;
|
||||||
|
|
||||||
pic_state *pic_open();
|
pic_state *pic_open();
|
||||||
void pic_close(pic_state *pic);
|
void pic_close(pic_state *);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue