File: vnode_raw.h

package info (click to toggle)
afflib 3.7.21-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,584 kB
  • sloc: cpp: 20,911; ansic: 15,908; makefile: 520; sh: 436; python: 192
file content (9 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
/*
 * Distributed under the Berkeley 4-part license
 */


extern struct af_vnode vnode_raw;	/* vnode_raw.cpp */

int raw_freopen(AFFILE *af,FILE *f);
int raw_popen(AFFILE *af,const char *command,const char *type);