mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-08 05:42:34 +01:00
Renamed numerous functions more sensibly and moved all single protos from .h to appropriate .c
This commit is contained in:
parent
6e584e104e
commit
5e5ad41afc
33 changed files with 1626 additions and 689 deletions
10
src/redit.c
10
src/redit.c
|
|
@ -22,6 +22,16 @@
|
|||
#include "dg_olc.h"
|
||||
#include "constants.h"
|
||||
|
||||
/* local functions */
|
||||
void redit_setup_new(struct descriptor_data *d);
|
||||
void redit_setup_existing(struct descriptor_data *d, int real_num);
|
||||
void redit_disp_extradesc_menu(struct descriptor_data *d);
|
||||
void redit_disp_exit_menu(struct descriptor_data *d);
|
||||
void redit_disp_exit_flag_menu(struct descriptor_data *d);
|
||||
void redit_disp_flag_menu(struct descriptor_data *d);
|
||||
void redit_disp_sector_menu(struct descriptor_data *d);
|
||||
void redit_disp_menu(struct descriptor_data *d);
|
||||
|
||||
/*------------------------------------------------------------------------*\
|
||||
Utils and exported functions.
|
||||
\*------------------------------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue