summaryrefslogtreecommitdiff
path: root/monkey/filetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/filetype.h')
-rw-r--r--monkey/filetype.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/monkey/filetype.h b/monkey/filetype.h
index 8bf98db7c..6c16db01b 100644
--- a/monkey/filetype.h
+++ b/monkey/filetype.h
@@ -17,5 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-void gtk_fetch_filetype_init(const char *mimefile);
-void gtk_fetch_filetype_fin(void);
+void monkey_fetch_filetype_init(const char *mimefile);
+void monkey_fetch_filetype_fin(void);
+const char *monkey_fetch_filetype(const char *unix_path);