Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/graph/graph.h

    ra35b458 r3be9d10  
    332332
    333333/** Shall be registered to libdrv by physical device driver. */
    334 extern void graph_visualizer_connection(visualizer_t *, ipc_callid_t, ipc_call_t *, void *);
     334extern void graph_visualizer_connection(visualizer_t *, cap_call_handle_t, ipc_call_t *, void *);
    335335
    336336/** Shall be registered to libdrv by physical device driver. */
    337 extern void graph_renderer_connection(renderer_t *, ipc_callid_t, ipc_call_t *, void *);
     337extern void graph_renderer_connection(renderer_t *, cap_call_handle_t, ipc_call_t *, void *);
    338338
    339339/** Shall be registered to location service by emulated device driver. */
    340 extern void graph_client_connection(ipc_callid_t, ipc_call_t *, void *);
     340extern void graph_client_connection(cap_call_handle_t, ipc_call_t *, void *);
    341341
    342342#endif
Note: See TracChangeset for help on using the changeset viewer.