summaryrefslogtreecommitdiff
path: root/src/htsalias.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsalias.h')
-rw-r--r--src/htsalias.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsalias.h b/src/htsalias.h
index 21c3142..bf52f3b 100644
--- a/src/htsalias.h
+++ b/src/htsalias.h
@@ -55,7 +55,7 @@ const char* optalias_value(int p);
const char* opttype_value(int p);
const char* opthelp_value(int p);
char* hts_gethome(void);
-void expand_home(char* str);
+void expand_home(String *str);
#endif
#endif