1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 21:36:46 +02:00

format fixes

This commit is contained in:
Jfreegman
2013-10-11 04:42:30 -04:00
parent 698c18521a
commit 75d356e52a
7 changed files with 35 additions and 28 deletions

View File

@ -8,6 +8,9 @@ unsigned char *hex_string_to_bin(char hex_string[]);
/* get the current local time */
struct tm *get_time(void);
/* Prints the time to given window */
void print_time(WINDOW *window);
/* check that the string has one non-space character */
int string_is_empty(char *string);
@ -16,6 +19,3 @@ uint8_t *wcs_to_char(wchar_t *string);
/* convert a wide char to null terminated string */
char *wc_to_char(wchar_t ch);
/* Prints the time to window w */
void print_time(WINDOW *window);