Skip to content

Commit

Permalink
Added missing varify() declearation
Browse files Browse the repository at this point in the history
  • Loading branch information
chiayolin committed Dec 18, 2014
1 parent 42b1691 commit 6d8d592
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/inte/__inte.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 42,10 @@
#define RESET "\033[0m" /* Reset */

int scan(const char *array, const char *tokens[]); /* Return index if there's token in array */
int verify(const char *array, const int input_base, const int argc); /* verifies user's input */
void read(char *array); /* Read user's input into an array */
void printa(const char *array, const int size); /* Print an array */

void c_set(char *arg[], const int argc); /* Function: SET */
void c_swap(); /* Swap user's setting */
void c_state(); /* Display user's settings */
Expand Down

0 comments on commit 6d8d592

Please sign in to comment.