mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-27 03:16:09 +01:00
Bug/drink containers (#94)
* Bugfix for name_from_drinkcon * Newline at end of utils.c
This commit is contained in:
parent
c0fb6f8a71
commit
dceb563a9b
3 changed files with 73 additions and 37 deletions
|
|
@ -70,6 +70,8 @@ void new_affect(struct affected_type *af);
|
|||
int get_class_by_name(char *classname);
|
||||
char * convert_from_tabs(char * string);
|
||||
int count_non_protocol_chars(char * str);
|
||||
char *right_trim_whitespace(const char *string);
|
||||
void remove_from_string(char *string, const char *to_remove);
|
||||
|
||||
/* Public functions made available form weather.c */
|
||||
void weather_and_time(int mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue