From f3b9955d630dabdd0a297c12b53d3c3055dc8599 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 9 Mar 2010 00:15:08 -0500 Subject: [PATCH] fix warning --- libustcomm/ustcomm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1