summaryrefslogtreecommitdiffstats
path: root/inc/abrtlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/abrtlib.h')
-rw-r--r--inc/abrtlib.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index 5df598f4..70e0a8bd 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -84,6 +84,8 @@ off_t copyfd_eof(int src_fd, int dst_fd, int flags);
off_t copyfd_size(int src_fd, int dst_fd, off_t size, int flags);
void copyfd_exact_size(int src_fd, int dst_fd, off_t size);
off_t copy_file(const char *src_name, const char *dst_name, int mode);
+/* Returns malloc'ed block */
+char *encode_base64(const void *src, int length);
#ifdef __cplusplus
}
#endif
@@ -179,9 +181,6 @@ char* get_cmdline(pid_t pid);
/* Returns 1 if abrtd daemon is running, 0 otherwise. */
int daemon_is_ok();
-/* Returns malloc'ed block */
-char *encode_base64(const void *src, int length);
-
/* C++ style stuff */
#ifdef __cplusplus
double get_dirsize(const char *pPath);