Skip to content

Commit

Permalink
Remove parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStiefvater committed Jan 26, 2021
1 parent 9ad6e14 commit 856f478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boreas/arp.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
#define ARP_H

void
send_arp_v4 (const char *parm);
send_arp_v4 (const char *);

#endif /* not ARP_H */

0 comments on commit 856f478

Please sign in to comment.