blob: 529fa21e8782b582d5b38fe377852b01646b537f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#!/bin/bash
# vim: set sw=4 sts=4 et :
make_class_NDBAMMergerOptions()
{
visible
key environment "Environment *"
key image "FSEntry"
key root "FSEntry"
key contents_file "FSEntry"
key config_protect std::string
key config_protect_mask std::string
key package_id "tr1::shared_ptr<const PackageID>"
allow_named_args
}
|