mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a workaround for the warnings and sometimes errors due to missed
forward-declaration. Reviewed by: dim
This commit is contained in:
parent
c42c9d5646
commit
f1a143ca96
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@
|
|||
#ifndef LDEMUL_H
|
||||
#define LDEMUL_H
|
||||
|
||||
/* Forward declaration for ldemul_add_options() and others. */
|
||||
struct option;
|
||||
|
||||
extern void ldemul_hll
|
||||
(char *);
|
||||
extern void ldemul_syslib
|
||||
|
|
|
|||
Loading…
Reference in a new issue