Migrate some more away from array_list_t

This commit is contained in:
ridiculousfish
2011-12-28 12:36:47 -08:00
parent 46fa2dd2f0
commit 78322a6321
5 changed files with 48 additions and 64 deletions

View File

@@ -135,10 +135,10 @@ typedef struct
as possible.
*/
void s_write( screen_t *s,
wchar_t *prompt,
wchar_t *commandline,
int *colors,
int *indent,
const wchar_t *prompt,
const wchar_t *commandline,
const int *colors,
const int *indent,
int cursor_pos );
/**