summaryrefslogtreecommitdiff
path: root/junklib.h
diff options
context:
space:
mode:
Diffstat (limited to 'junklib.h')
-rw-r--r--junklib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/junklib.h b/junklib.h
index 807c300d..26a104fa 100644
--- a/junklib.h
+++ b/junklib.h
@@ -40,4 +40,7 @@ junk_detect_charset (const char *s);
void
junk_recode (const char *in, int inlen, char *out, int outlen, const char *cs);
+void
+junk_copy (struct playItem_s *from, struct playItem_s *first, struct playItem_s *last);
+
#endif // __JUNKLIB_H