mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-21 06:54:07 +01:00
Actually ue typedefs for obj_data, char_data and descriptor_data.
Some linting in a couple of files. Massive commit...
This commit is contained in:
parent
b489a72c58
commit
0e110b93d5
100 changed files with 2055 additions and 2052 deletions
10
src/modify.h
10
src/modify.h
|
|
@ -20,17 +20,17 @@
|
|||
#define _MODIFY_H_
|
||||
|
||||
/* Public functions */
|
||||
void show_string(struct descriptor_data *d, char *input);
|
||||
void show_string(descriptor_data *d, char *input);
|
||||
void smash_tilde(char *str);
|
||||
void parse_at(char *str);
|
||||
void parse_tab(char *str);
|
||||
void paginate_string(char *str, struct descriptor_data *d);
|
||||
void paginate_string(char *str, descriptor_data *d);
|
||||
/** @todo should this really be in modify.c? */
|
||||
ACMD(do_skillset);
|
||||
/* Following function prototypes moved here from comm.h */
|
||||
void string_write(struct descriptor_data *d, char **txt, size_t len, long mailto, void *data);
|
||||
void string_add(struct descriptor_data *d, char *str);
|
||||
void page_string(struct descriptor_data *d, char *str, int keep_internal);
|
||||
void string_write(descriptor_data *d, char **txt, size_t len, long mailto, void *data);
|
||||
void string_add(descriptor_data *d, char *str);
|
||||
void page_string(descriptor_data *d, char *str, int keep_internal);
|
||||
/* page string function & defines */
|
||||
#define PAGE_LENGTH 22
|
||||
#define PAGE_WIDTH 80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue