summaryrefslogtreecommitdiff
path: root/src/libunixonacid/textmessage_create_send_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libunixonacid/textmessage_create_send_channel.c')
-rw-r--r--src/libunixonacid/textmessage_create_send_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libunixonacid/textmessage_create_send_channel.c b/src/libunixonacid/textmessage_create_send_channel.c
index 40f7ff7..deeb979 100644
--- a/src/libunixonacid/textmessage_create_send_channel.c
+++ b/src/libunixonacid/textmessage_create_send_channel.c
@@ -27,7 +27,7 @@ static int sendit (void *p)
return ancil_send_fd(fd[0], fd[1], '|') ;
}
-int textmessage_create_send_channel (int sock, textmessage_sender_t *asyncout, char const *after, size_t afterlen, tain_t const *deadline, tain_t *stamp)
+int textmessage_create_send_channel (int sock, textmessage_sender *asyncout, char const *after, size_t afterlen, tain const *deadline, tain *stamp)
{
int fd[3] = { sock } ;
int r ;