File: newwin.h

package info (click to toggle)
netrek-client-cow 3.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 6,196 kB
  • ctags: 5,158
  • sloc: ansic: 43,111; sh: 2,820; python: 380; makefile: 133; sed: 16
file content (9 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
/* newwin.c */
pid_t newwin_fork();
void newwinmeta(char *hostmon, char *progname);
void newwin(char *hostmon, char *progname);
void showMotd(W_Window motdwin, int atline);
void mapAll(void);
void entrywindow(int *team, int *s_type);
void newMotdLine(char *line);
void motd_refresh(void);