]> www.fi.muni.cz Git - evince.git/blobdiff - backend/dvi/mdvi-lib/common.h
Added comment for translators
[evince.git] / backend / dvi / mdvi-lib / common.h
index fe4d6f7084f88db0095633d12f9c9afa9cc09efb..2da61c815a98cce194789678d7484829f4b7cebc 100644 (file)
@@ -210,6 +210,8 @@ extern char *mdvi_strncpy __PROTO((char *, const char *, size_t));
 extern char *mdvi_strdup __PROTO((const char *));
 extern char *mdvi_strndup __PROTO((const char *, size_t));
 extern void *mdvi_memdup __PROTO((const void *, size_t));
+extern char *mdvi_build_path_from_cwd __PROTO((const char *));
+extern char *mdvi_strrstr __PROTO((const char *, const char *));
 
 /* macros to make memory allocation nicer */
 #define xalloc(t)      (t *)mdvi_malloc(sizeof(t))