Subversion Repositories HelenOS

Rev

Rev 2878 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2873 svoboda 1
/** @addtogroup sctrace
2
 * @{
3
 */
4
/** @file
5
 */
6
 
7
#ifndef PROTO_H_
8
#define PROTO_H_
9
 
10
typedef struct {
11
    char *name;
12
} proto_t;
13
 
14
#endif
15
 
16
/** @}
17
 */