Mercurial > trustbridge
view cinst/main.c @ 50:a7b8cb29f1f6
Rename random files to garbage to clarify what they contain
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 17 Mar 2014 11:36:42 +0000 |
parents | cbd57d767dfa |
children | 3f6378647371 |
line wrap: on
line source
/** @brief Main entry point for the cinst process. * * The cinst process may or may not be run with elevated * privileges. When run with elevated privileges this * process will modify system wide certificate stores. * Otherwise only the users certificate stores are modified. * * TODO * **/ #include <stdio.h> int main() { return 0; }