Skip to content

Commit

Permalink
fix forward declaration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutrazvanionita committed Mar 16, 2017
1 parent f361897 commit 8cedf29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/trans_trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ int tcpconn2su( struct tcp_connection* c, union sockaddr_union* src_su,


/* forward declaration */
typedef struct _trace_prot trace_proto_t;
extern trace_proto_t* net_trace_api;
struct _trace_prot;
extern struct _trace_prot* net_trace_api;
extern int net_trace_proto_id;

extern str trans_trace_str_status[];
Expand Down

0 comments on commit 8cedf29

Please sign in to comment.