Skip to content

Commit

Permalink
Bugfix: Declare manual_enable_pool in miner.h, for api.c use
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Nov 7, 2014
1 parent c786653 commit f518b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miner.h
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,7 @@ extern void kill_work(void);
extern int prioritize_pools(char *param, int *pid);
extern void validate_pool_priorities(void);
extern void enable_pool(struct pool *);
extern void manual_enable_pool(struct pool *);
extern void disable_pool(struct pool *, enum pool_enable);
extern void switch_pools(struct pool *selected);
extern void remove_pool(struct pool *pool);
Expand Down

0 comments on commit f518b7c

Please sign in to comment.