]> jfr.im git - solanum.git/blobdiff - include/ircd_getopt.h
Resolve shfit/reduce conflict in timespec production (#54)
[solanum.git] / include / ircd_getopt.h
index ddc9e4dadf6e3dfc4df91772797a09d35b6d7499..bd41cbe8fe787b386a1c4343bcb67dd272b342aa 100644 (file)
@@ -20,8 +20,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
- *
- *  $Id: ircd_getopt.h 6 2005-09-10 01:02:21Z nenolod $
  */
 
 #ifndef __GETOPT_H_INCLUDED__
@@ -39,7 +37,7 @@ struct lgetopt
 
 extern struct lgetopt myopts[];
 
-void usage(char *);
-void parseargs(int *, char ***, struct lgetopt *);
+void usage(const char *) __attribute__((noreturn));
+void parseargs(int *, char * const **, struct lgetopt *);
 
 #endif /* __GETOPT_H_INCLUDED__ */