]> andersk Git - splint.git/blobdiff - src/Headers/sortList.h
*** empty log message ***
[splint.git] / src / Headers / sortList.h
index 79f4704b108f73177317c60d23fe694acf82e0e1..72845ca5a3e2a8c1f7b910963e1445ba8378c47a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
 ** See ../LICENSE for license information.
 **
 */
@@ -7,12 +7,12 @@
 # ifndef SORTLIST_H
 # define SORTLIST_H
 
-abst_typedef struct _sortList
+abst_typedef struct
 {
   int nelements;
   int nspace;
   int current;
-  /*@reldef@*/ /*@relnull@*/ sort  *elements;
+  /*@reldef@*/ /*@relnull@*/ sort *elements;
 } *sortList ;
 
 extern /*@only@*/ sortList sortList_new (void);
This page took 0.076093 seconds and 4 git commands to generate.