Skip to content

Commit

Permalink
Remove core_core declaration from nc_core.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tan-lawrence committed Jan 23, 2013
1 parent 6bd605b commit 44bdd42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/nc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@

static uint32_t ctx_id; /* context generation */

/* function prototype for use in core_ctx_create() */
static void
core_core(void *arg, uint32_t evflags);

static struct context *
core_ctx_create(struct instance *nci)
{
Expand Down
1 change: 0 additions & 1 deletion src/nc_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ struct instance {
struct context *core_start(struct instance *nci);
void core_stop(struct context *ctx);
rstatus_t core_loop(struct context *ctx);
static void core_core(void *arg, uint32_t evflags);


#endif

0 comments on commit 44bdd42

Please sign in to comment.