diff options
author | Rob Austein <sra@hactrn.net> | 2007-03-20 10:23:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-03-20 10:23:25 +0000 |
commit | fb7f579f04f00b6834715015753cefd724b58b13 (patch) | |
tree | bc7b574980843bf7bdb99a2470264dd0c7a05550 /scripts | |
parent | 4c006a5bf0e4633630aa5de609ef71f80b0d75c3 (diff) |
...
svn path=/scripts/regeng-api; revision=494
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/regeng-api | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/regeng-api b/scripts/regeng-api index 76734d75..dbfb5a7a 100644 --- a/scripts/regeng-api +++ b/scripts/regeng-api @@ -69,6 +69,10 @@ (list-cust-ids) => (customer-id ...) +;; RobK wonders whether there needs to be an operation that blows away +;; most of the context but preserves things like audit logs. No +;; current consensus on need for this. + (get-preference :cust-id 42 :preference-name :favorite-color) => ("obsidian") |