From: Pierre-Marc Fournier Date: Tue, 9 Mar 2010 05:15:08 +0000 (-0500) Subject: fix warning X-Git-Tag: v0.4~32 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=f3b9955d630dabdd0a297c12b53d3c3055dc8599;hp=dc2848112a55ee60632491148089cc60984f683d fix warning --- diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index 7eb8df6..721d1ab 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -68,7 +68,7 @@ extern int ustcomm_app_recv_message(struct ustcomm_app *app, char **msg, struct extern int ustcomm_init_app(pid_t pid, struct ustcomm_app *handle); extern void ustcomm_fini_app(struct ustcomm_app *handle, int keep_socket_file); -extern void ustcomm_free_app(struct ustcomm_app *app); +extern void ustcomm_fini_ustd(struct ustcomm_ustd *handle); extern int ustcomm_init_ustd(struct ustcomm_ustd *handle, const char *sock_path);