runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

readclose.h (203B)


      1 /* Public domain. */
      2 
      3 #ifndef READCLOSE_H
      4 #define READCLOSE_H
      5 
      6 #include "stralloc.h"
      7 
      8 extern int readclose_append(int,stralloc *,unsigned int);
      9 extern int readclose(int,stralloc *,unsigned int);
     10 
     11 #endif