Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2872 → Rev 2873

/branches/tracing/uspace/app/sctrace/proto.h
0,0 → 1,17
/** @addtogroup sctrace
* @{
*/
/** @file
*/
 
#ifndef PROTO_H_
#define PROTO_H_
 
typedef struct {
char *name;
} proto_t;
 
#endif
 
/** @}
*/