Subversion Repositories HelenOS

Rev

Rev 2878 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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.  */
  18.