From f6b8e0eae4374f339487a33e3e4fe5462d5816e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 10:16:00 +0100 Subject: New upstream version 2.0.0 --- spectro/conv.h | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 spectro/conv.h (limited to 'spectro/conv.h') diff --git a/spectro/conv.h b/spectro/conv.h old mode 100644 new mode 100755 index a6adcbf..14e5636 --- a/spectro/conv.h +++ b/spectro/conv.h @@ -168,6 +168,10 @@ athread *new_athread(int (*function)(void *context), void *context); /* - - - - - - - - - - - - - - - - - - -- */ +/* Return the login $HOME directory. */ +/* (Useful if we might be running sudo) */ +char *login_HOME(); + /* Delete a file */ void delete_file(char *fname); -- cgit v1.2.3