mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-30 04:41:51 +02: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:
+5
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user