Skip to content

Commit

Permalink
Changes for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksheeep committed Apr 15, 2014
1 parent f6e6ba4 commit fc57daa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ccnl-core.c
Expand Up @@ -31,8 +31,11 @@
int ccnl_crypto(struct ccnl_relay_s *ccnl, struct ccnl_buf_s *orig,
struct ccnl_prefix_s *prefix, struct ccnl_face_s *from);

static struct ccnl_interest_s* ccnl_interest_remove(struct ccnl_relay_s *ccnl,
struct ccnl_interest_s *i);
void
ccnl_nfn_send_signal(int threadid);

static struct ccnl_interest_s*
ccnl_interest_remove(struct ccnl_relay_s *ccnl, struct ccnl_interest_s *i);

// ----------------------------------------------------------------------
// datastructure support functions
Expand Down

0 comments on commit fc57daa

Please sign in to comment.