mirror of
https://github.com/opnsense/src.git
synced 2026-03-29 22:23:16 -04:00
Don't declare bin_search() as an inline function, since there's no
inline definition of it.
This commit is contained in:
parent
ebf7581e4d
commit
bb2a335b35
1 changed files with 1 additions and 1 deletions
|
|
@ -1216,7 +1216,7 @@ const struct key *get_lkey(const struct path *p_s_chk_path,
|
|||
const struct reiserfs_sb_info *p_s_sbi);
|
||||
const struct key *get_rkey(const struct path *p_s_chk_path,
|
||||
const struct reiserfs_sb_info *p_s_sbi);
|
||||
inline int bin_search(const void * p_v_key, const void * p_v_base,
|
||||
int bin_search(const void * p_v_key, const void * p_v_base,
|
||||
int p_n_num, int p_n_width, int * p_n_pos);
|
||||
|
||||
void pathrelse(struct path *p_s_search_path);
|
||||
|
|
|
|||
Loading…
Reference in a new issue