aboutsummaryrefslogtreecommitdiff
path: root/src/id.hh
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2008-02-03 16:59:58 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2008-02-03 16:59:58 +0000
commite4a5e014618e687a43146c45f07999948421e6d3 (patch)
tree7228e35944de96628d72522e895ef9cbd7da8af4 /src/id.hh
parent47f1bb06f9305d95563b705fe346bd24763a915c (diff)
Add Cactus directory to source id instead of user name to make it
unique within a machine git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@150 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src/id.hh')
-rw-r--r--src/id.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/id.hh b/src/id.hh
index 48228a4..7cce95e 100644
--- a/src/id.hh
+++ b/src/id.hh
@@ -6,6 +6,10 @@
namespace Formaline
{
+ // Get the configuration id
+ char const *
+ get_config_id (cGH const * const cctkGH);
+
// Get the unique source id
char const *
get_source_id (cGH const * const cctkGH);