mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
CG superfluous prototype.
This commit is contained in:
parent
a128794977
commit
5616599331
1 changed files with 0 additions and 1 deletions
|
|
@ -219,7 +219,6 @@ extern struct file_format *file_formats[]; /* supplied by consumer */
|
|||
extern struct preloaded_file *preloaded_files;
|
||||
|
||||
int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]);
|
||||
int mod_loadobj(char *type, char *name);
|
||||
int mod_loadkld(const char *name, int argc, char *argv[]);
|
||||
|
||||
struct preloaded_file *file_alloc(void);
|
||||
|
|
|
|||
Loading…
Reference in a new issue