]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/lib/ZFreeNot.c
new upstream tarball
[1ts-debian.git] / zephyr / lib / ZFreeNot.c
index f5ce36098ed22791a3bbf6fd86bed1032690f1c9..9e6f8b83422138455a7a8b4de61ff4a10a7ca6bb 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Created by:     Robert French
  *
- *     $Id$
+ *     $Id: ZFreeNot.c 2135 2008-01-21 03:39:30Z kcr $
  *
  *     Copyright (c) 1987 by the Massachusetts Institute of Technology.
  *     For copying and distribution information, see the file
  */
 
 #ifndef lint
-static char rcsid_ZFreeNotice_c[] = "$Id$";
+static const char rcsid_ZFreeNotice_c[] = "$Id: ZFreeNot.c 2135 2008-01-21 03:39:30Z kcr $";
 #endif
 
 #include <internal.h>
 
-Code_t ZFreeNotice(notice)
-    ZNotice_t *notice;
+Code_t
+ZFreeNotice(ZNotice_t *notice)
 {
     free(notice->z_packet);
     return 0;