mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-24 03:00:13 +01:00
Updated World and files for 3.58 release. --Rumble
This commit is contained in:
parent
eb99864f0b
commit
6f22042712
52 changed files with 763 additions and 803 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue