This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#ifndef __IPC_CLIENT_H__
|
|
#define __IPC_CLIENT_H__
|
|
|
|
#include <stdint.h>
|
|
#include "ipc.h"
|
|
|
|
void ipc_clients_print (struct ipc_clients *);
|
|
void client_print (struct ipc_client *);
|
|
|
|
#endif
|