]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/getele.c
Update copyright notice
[empserver] / src / lib / subs / getele.c
index dedcd72f497646d7ceb26169b681bd49e81ae5d7..a5845720bbab8c93de667ef500158a4996596ba8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2013, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2018, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -40,8 +40,8 @@
 static int tilde_escape(char *s);
 
 /*
- * Read a telegram for RECIPIENT into BUF, in UTF-8.
- * BUF must have space for MAXTELSIZE+1 characters.
+ * Read a telegram for @recipient into @buf, in UTF-8.
+ * @buf must have space for MAXTELSIZE+1 characters.
  * Return telegram length, or -1 on error.
  */
 int
@@ -97,7 +97,7 @@ getele(char *recipient, char *buf)
 }
 
 /*
- * If S is a `tilde escape', return its code, else 0.
+ * If @s is a `tilde escape', return its code, else 0.
  * A tilde escape is '~' followed by the code character.
  */
 static int