Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F27683892
D601.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
433 B
Subscribers
None
D601.diff
View Options
diff --git a/src/assuan-support.c b/src/assuan-support.c
--- a/src/assuan-support.c
+++ b/src/assuan-support.c
@@ -126,7 +126,7 @@
}
-static gpgme_ssize_t
+static ssize_t
my_read (assuan_context_t ctx, assuan_fd_t fd, void *buffer, size_t size)
{
(void)ctx;
@@ -134,7 +134,7 @@
}
-static gpgme_ssize_t
+static ssize_t
my_write (assuan_context_t ctx, assuan_fd_t fd, const void *buffer, size_t size)
{
(void)ctx;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 15, 12:00 PM (22 h, 3 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5f/7e/786df1c8c86e4d5fc7181f5f972e
Attached To
D601: Fix signature of assuan read and write callbacks
Event Timeline
Log In to Comment