aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-27 06:15:10 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-27 06:15:10 +0000
commit07d3ce4b2a75571870bd76e638f67143ebd2b504 (patch)
treed124ad81796db9d56d002b1d422845a4621e20b0
parent71db95383d7e4fe625fd962611c90d830a42b157 (diff)
fixed the prototype of touufrombits().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1354 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--libsylph/uuencode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/uuencode.h b/libsylph/uuencode.h
index 8373e8ce..15a18006 100644
--- a/libsylph/uuencode.h
+++ b/libsylph/uuencode.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-void touufrombits(unsigned char *, const unsigned char *, int);
+int touufrombits(unsigned char *, const unsigned char *, int);
int fromuutobits(char *, const char *);
#define X_UUENCODE_END_LINE '`'