Skip to content

Commit

Permalink
add proper splint qualifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard R. Link committed Nov 27, 2007
1 parent 9809c60 commit 2a36b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readtextfile.h
Expand Up @@ -10,7 +10,7 @@
#warning "What's hapening here?"
#endif

retvalue readtextfilefd(int, const char *, char **, /*@null@*/size_t *);
retvalue readtextfile(const char *, const char *, char **, /*@null@*/size_t *);
retvalue readtextfilefd(int, const char *, /*@out@*/char **, /*@null@*//*@out@*/size_t *);
retvalue readtextfile(const char *, const char *, /*@out@*/char **, /*@null@*//*@out@*/size_t *);

#endif

0 comments on commit 2a36b50

Please sign in to comment.