remove pointless strdup_malloc
[ust.git] / libustcomm / ustcomm.h
index 841d67872027786e7d6ec319ea4fed763568bee9..e7e73621dc4c74244dadd80c1870cf07cb9dbb7b 100644 (file)
@@ -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);
 
This page took 0.02624 seconds and 4 git commands to generate.