Removed parser.h dependency
This commit is contained in:
parent
167542736a
commit
a7cd0ac0c2
@ -5,7 +5,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "tlv.h"
|
#include "tlv.h"
|
||||||
#include "parser.h"
|
|
||||||
#include "node.h"
|
#include "node.h"
|
||||||
|
|
||||||
// Hash a single data
|
// Hash a single data
|
||||||
|
@ -55,7 +55,6 @@ typedef struct list {
|
|||||||
|
|
||||||
#include "tlv.h"
|
#include "tlv.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "parser.h"
|
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
// On which port do we listen to
|
// On which port do we listen to
|
||||||
|
@ -110,10 +110,6 @@ typedef union tlv {
|
|||||||
|
|
||||||
#include "node.h"
|
#include "node.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "parser.h"
|
|
||||||
|
|
||||||
// build tlv from token
|
|
||||||
int build_tlv(tlv *tlv, struct cmd_token token);
|
|
||||||
|
|
||||||
// build specific tlv
|
// build specific tlv
|
||||||
int build_pad1(tlv *tlv);
|
int build_pad1(tlv *tlv);
|
||||||
|
Loading…
Reference in New Issue
Block a user