/[global]/global/libutil/idset.h
ViewVC logotype

Diff of /global/libutil/idset.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by shigio, Tue Jul 5 22:31:20 2005 UTC revision 1.2 by shigio, Fri Jul 29 13:33:14 2005 UTC
# Line 29  typedef struct { Line 29  typedef struct {
29  IDSET *idset_open(unsigned int);  IDSET *idset_open(unsigned int);
30  void idset_add(IDSET *, unsigned int);  void idset_add(IDSET *, unsigned int);
31  int idset_contains(IDSET *, unsigned int);  int idset_contains(IDSET *, unsigned int);
32    int idset_count(IDSET *);
33  void idset_close(IDSET *);  void idset_close(IDSET *);
34    
35  #endif /* ! _IDSET_H_ */  #endif /* ! _IDSET_H_ */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26