miniroon

Simplistic macaroon-based authorization for Unix systems
git clone https://ccx.te2000.cz/git/miniroon
Log | Files | Refs

fd_util.h (125B)


      1 #ifndef MINIROON_FD_UTIL_H
      2 #define MINIROON_FD_UTIL_H
      3 
      4 // implementation:
      5 // {IMP} fd_util.c
      6 
      7 void fd_block(int fd);
      8 
      9 #endif