forked from kyonshi/grenzland-mud
Updated World and files for 3.58 release. --Rumble
This commit is contained in:
@@ -58,10 +58,7 @@ int levenshtein_distance(const char *s1, const char *s2);
|
||||
struct time_info_data *real_time_passed(time_t t2, time_t t1);
|
||||
struct time_info_data *mud_time_passed(time_t t2, time_t t1);
|
||||
void prune_crlf(char *txt);
|
||||
void column_list(char *out_buffer, int buf_left, int page_length,
|
||||
int skip_lines, int columns, const char **list,
|
||||
int list_length, int list_offset, const char *format,
|
||||
...) __attribute__ ((format (printf, 9, 10)));
|
||||
void column_list(struct char_data *ch, int num_cols, const char **list, int list_length, bool show_nums);
|
||||
int get_flag_by_name(const char *flag_list[], char *flag_name);
|
||||
int file_head( FILE *file, char *buf, size_t bufsize, int lines_to_read );
|
||||
int file_tail( FILE *file, char *buf, size_t bufsize, int lines_to_read );
|
||||
|
||||
Reference in New Issue
Block a user