Skip to content

Commit

Permalink
Fix strmove() prototype.
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Lee <[email protected]>
  • Loading branch information
leee committed Oct 10, 2016
1 parent 12381e9 commit ca167c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moira/include/moira.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int sq_empty(struct save_queue *sq);
void sq_destroy(struct save_queue *sq);

/* prototypes from strs.c */
char *strmove(char *s, char *s);
char *strmove(char *dest, char *src);
char *strtrim(char *s);
char *uppercase(char *s);
char *lowercase(char *s);
Expand Down

0 comments on commit ca167c2

Please sign in to comment.