Subversion Repositories HelenOS

Rev

Rev 2880 | Rev 2894 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2880 Rev 2883
Line 31... Line 31...
31
proto_t *proto_get_by_srv(int srv);
31
proto_t *proto_get_by_srv(int srv);
32
proto_t *proto_new(char *name);
32
proto_t *proto_new(char *name);
33
void proto_add_oper(proto_t *proto, int method, oper_t *oper);
33
void proto_add_oper(proto_t *proto, int method, oper_t *oper);
34
oper_t *proto_get_oper(proto_t *proto, int method);
34
oper_t *proto_get_oper(proto_t *proto, int method);
35
 
35
 
-
 
36
oper_t *oper_new(char *name);
-
 
37
 
-
 
38
 
36
#endif
39
#endif
37
 
40
 
38
/** @}
41
/** @}
39
 */
42
 */