diff options
author | Robert Jonsson <spamatica@gmail.com> | 2011-02-27 21:21:15 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2011-02-27 21:21:15 +0000 |
commit | 5524994708ff00769777f423c681faaa3c2af314 (patch) | |
tree | 910a59d34f1c546b313f8c3413618918d72fbf5d /muse2/muse/globals.h | |
parent | 1a4f5609b180772326e48aaca43b0ac02ff8f268 (diff) |
D&D fixes ...dungeons and dragons?! better check the changelog
Diffstat (limited to 'muse2/muse/globals.h')
-rw-r--r-- | muse2/muse/globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/muse/globals.h b/muse2/muse/globals.h index cb4da0c5..151e7800 100644 --- a/muse2/muse/globals.h +++ b/muse2/muse/globals.h @@ -187,5 +187,7 @@ extern uid_t euid, ruid; extern void doSetuid(); extern void undoSetuid(); extern bool checkAudioDevice(); +extern bool getUniqueTmpfileName(QString subDir, QString ext, QString& newFilename); + #endif |