X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.h;h=e7e73621dc4c74244dadd80c1870cf07cb9dbb7b;hb=ce2ccc12dddef07259e349d0b10504585ce6ee20;hp=841d67872027786e7d6ec319ea4fed763568bee9;hpb=22d9080d680ccc515346b26eaed46f990af817b7;p=ust.git diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index 841d678..e7e7362 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -65,8 +65,6 @@ struct ustcomm_multipoll_conn_info { int (*cb)(char *msg, struct ustcomm_source *src); }; -extern char *strdup_malloc(const char *s); - //int send_message_pid(pid_t pid, const char *msg, char **reply); extern int ustcomm_request_consumer(pid_t pid, const char *channel);