Mercurial > trustbridge
comparison cinst/nssstore_linux.c @ 1053:78798d3af8f0
Fixed doxygen build warnings.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 15:22:19 +0200 |
parents | b3695a3399de |
children | 317ee9dc4684 |
comparison
equal
deleted
inserted
replaced
1052:0b2169f7ce09 | 1053:78798d3af8f0 |
---|---|
35 * This forks the process and executes the NSS installation | 35 * This forks the process and executes the NSS installation |
36 * process. It also writes the Instructions to that process. | 36 * process. It also writes the Instructions to that process. |
37 * | 37 * |
38 * @param [in] to_install strv of DER encoded certificates to be added. | 38 * @param [in] to_install strv of DER encoded certificates to be added. |
39 * @param [in] to_remove strv of DER encoded certificates to be remvoed. | 39 * @param [in] to_remove strv of DER encoded certificates to be remvoed. |
40 * @param [in] uid_t uid of the user to install certificates for. | 40 * @param [in] uid uid of the user to install certificates for. |
41 * @param [in] gid_t the gid of the user to install certificates for. | 41 * @param [in] gid the gid of the user to install certificates for. |
42 * @param [in] homedir the homedir of the user. | 42 * @param [in] homedir the homedir of the user. |
43 * | 43 * |
44 * @returns childs pid on success. -1 on failure | 44 * @returns childs pid on success. -1 on failure |
45 */ | 45 */ |
46 static int | 46 static int |