aheinecke@25: /** @brief Main entry point for the cinst process.
aheinecke@25:  *
aheinecke@25:  *  The cinst process may or may not be run with elevated
aheinecke@25:  *  privileges. When run with elevated privileges this
aheinecke@25:  *  process will modify system wide certificate stores.
aheinecke@25:  *  Otherwise only the users certificate stores are modified.
aheinecke@25:  *
aheinecke@25:  * TODO
aheinecke@25:  *
aheinecke@25:  **/
aheinecke@25: 
aheinecke@25: #include <stdio.h>
aheinecke@25: 
andre@26: int main() {
aheinecke@25:     return 0;
aheinecke@25: }