summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixlib/mix_file.h')
-rw-r--r--mixlib/mix_file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mixlib/mix_file.h b/mixlib/mix_file.h
index a4bac12..bb9e7e3 100644
--- a/mixlib/mix_file.h
+++ b/mixlib/mix_file.h
@@ -49,6 +49,10 @@ mix_file_to_FILE(const mix_file_t *file);
/* standard default extensions */
extern const gchar *MIX_SRC_DEFEXT, *MIX_LIST_DEFEXT, *MIX_CODE_DEFEXT;
+/* complete a name with an extension, if needed */
+extern gchar *
+mix_file_complete_name (const gchar *name, const gchar *extension);
+
/* Get the base name and extension of file */
extern const gchar *
mix_file_base_name(const mix_file_t *file);