~ubuntu-branches/ubuntu/lucid/netrek-client-cow/lucid

« back to all changes in this revision

Viewing changes to newwin.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2009-06-16 15:27:20 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616152720-whngeaf1w8l23u14
Tags: 3.3.0-1
[ Barry deFreese ]
* New upstream release.
* Install upstream desktop file. (Closes: #522587).
* Add quilt patch system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* newwin.c */
2
2
pid_t newwin_fork();
 
3
void newwinmeta(char *hostmon, char *progname);
3
4
void newwin(char *hostmon, char *progname);
4
5
void showMotd(W_Window motdwin, int atline);
5
6
void mapAll(void);
6
7
void entrywindow(int *team, int *s_type);
7
8
void newMotdLine(char *line);
 
9
void motd_refresh(void);