Local changes that I've made to test things, but aren't really ready for main-line commits. (I just don't want to loose them in case we need them in the future).

git-svn-id: svn://10.0.0.236/trunk@256746 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rrelyea%redhat.com 2009-03-29 19:04:30 +00:00
parent 7c3ea8f971
commit 00a78f322a
2 changed files with 9 additions and 0 deletions

View File

@ -1265,6 +1265,14 @@ const Commands _commands[] = {
" value 32 bit value to set in the template\n",
{ArgAttribute, ArgULong, ArgULong, ArgNone, ArgNone,
ArgNone, ArgNone, ArgNone, ArgNone, ArgNone }},
{"SetTemplateString", F_SetTemplateString,
"SetTemplateString template index value\n\n"
"Sets a particular element of a template to a string value\n"
" template variable name of the template\n"
" index index into the template to the element to change\n"
" value UTF8 string\n",
{ArgAttribute, ArgULong, ArgVar, ArgNone, ArgNone,
ArgNone, ArgNone, ArgNone, ArgNone, ArgNone }},
{"SetString", F_SetStringVar,
"SetString varName string\n\n"
"Sets a particular variable to a string value\n"

View File

@ -21,6 +21,7 @@ typedef enum {
F_NewMechanism,
F_BuildTemplate,
F_SetTemplate,
F_SetTemplateString,
F_Print,
F_SaveVar,
F_RestoreVar,