aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index b94586165..404ff2e7a 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -498,6 +498,10 @@ extern unsigned char xread_char(int fd);
498extern void xlseek(int fd, off_t offset, int whence); 498extern void xlseek(int fd, off_t offset, int whence);
499extern void xwrite(int fd, void *buf, size_t count); 499extern void xwrite(int fd, void *buf, size_t count);
500 500
501extern const char bb_uuenc_tbl_base64[];
502extern const char bb_uuenc_tbl_std[];
503extern void bb_uuencode(const unsigned char *s, char *store, const int length, const char *tbl);
504
501#ifndef COMM_LEN 505#ifndef COMM_LEN
502#ifdef TASK_COMM_LEN 506#ifdef TASK_COMM_LEN
503#define COMM_LEN TASK_COMM_LEN 507#define COMM_LEN TASK_COMM_LEN