Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4704 | Rev 4751 | ||
---|---|---|---|
Line 79... | Line 79... | ||
79 | * @returns ENOTSUP if the message is not known. |
79 | * @returns ENOTSUP if the message is not known. |
80 | * @returns Other error codes as defined for each specific module message function. |
80 | * @returns Other error codes as defined for each specific module message function. |
81 | */ |
81 | */ |
82 | int module_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count ); |
82 | int module_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count ); |
83 | 83 | ||
84 | /** Dummy nil module global data. |
- | |
85 | */ |
- | |
86 | extern nildummy_globals_t nildummy_globals; |
- | |
87 | - | ||
88 | void module_print_name( void ){ |
84 | void module_print_name( void ){ |
89 | printf( "%s", NAME ); |
85 | printf( "%s", NAME ); |
90 | } |
86 | } |
91 | 87 | ||
92 | int module_start( async_client_conn_t client_connection ){ |
88 | int module_start( async_client_conn_t client_connection ){ |