mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-31 11:45:49 +03:00
Specify dependencies libs explicitly.
Such setup is better for cross compilation. Also changed Makefile to properly make the project with these libraries.
This commit is contained in:
12
deps/libnfnetlink/src/iftable.h
vendored
Normal file
12
deps/libnfnetlink/src/iftable.h
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _IFTABLE_H
|
||||
#define _IFTABLE_H
|
||||
|
||||
int iftable_delete(uint32_t dst, uint32_t mask, uint32_t gw, uint32_t oif);
|
||||
int iftable_insert(uint32_t dst, uint32_t mask, uint32_t gw, uint32_t oif);
|
||||
|
||||
int iftable_init(void);
|
||||
void iftable_fini(void);
|
||||
|
||||
int iftable_dump(FILE *outfd);
|
||||
int iftable_up(unsigned int index);
|
||||
#endif
|
||||
Reference in New Issue
Block a user