]> git.pond.sub.org Git - empserver/blobdiff - include/nat.h
Update copyright notice
[empserver] / include / nat.h
index 1e15fab5b55e561daedede36ba14ac7751f52cb7..6808f62474b226c2ff6782ab49215491635b45d6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -177,6 +177,7 @@ extern void agecontact(struct natstr *np);
 extern int influx(struct natstr *np);
 
 extern struct natstr *nat_reset(struct natstr *, enum nat_status, coord, coord);
+extern int check_nat_name(char *cname);
 
 extern int grant_btus(struct natstr *, int );