Mercurial > trustbridge
diff cinst/main.c @ 25:92108a2120f1
Move certificatelist to common. Add cinst directory
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 10 Mar 2014 14:15:15 +0000 |
parents | |
children | cbd57d767dfa |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cinst/main.c Mon Mar 10 14:15:15 2014 +0000 @@ -0,0 +1,16 @@ +/** @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(int argc, char* argv[]) { + return 0; +}