1: /*
   2:  * Copyright (c) 1986 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)uprobe.h	1.1 (2.10BSD Berkeley) 12/1/86
   7:  */
   8: 
   9: typedef struct uprobe {
  10:     char    *up_name;
  11:     int (*up_func)();
  12: } UPROBE;

Defined struct's

uprobe defined in line 9; never used

Defined typedef's

UPROBE defined in line 12; used 3 times

Usage of this include

Last modified: 1987-02-27
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1792
Valid CSS Valid XHTML 1.0 Strict