Rev 3978 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3978 | Rev 4002 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | 28 | ||
29 | /** @addtogroup libcipc |
29 | /** @addtogroup libcipc |
30 | * @{ |
30 | * @{ |
31 | */ |
31 | */ |
32 | /** |
32 | /** |
33 | * @file services.h |
33 | * @file services.h |
34 | * @brief List of all known services and their codes. |
34 | * @brief List of all known services and their codes. |
35 | */ |
35 | */ |
36 | 36 | ||
37 | #ifndef LIBIPC_SERVICES_H_ |
37 | #ifndef LIBIPC_SERVICES_H_ |
38 | #define LIBIPC_SERVICES_H_ |
38 | #define LIBIPC_SERVICES_H_ |
39 | 39 |