Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F36623844
D601.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
433 B
Subscribers
None
D601.id.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
Wed, Feb 25, 7:00 PM (8 h, 15 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fc/9d/b589b02237785fd53628f4c87122
Attached To
D601: Fix signature of assuan read and write callbacks
Event Timeline
Log In to Comment