diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/satd.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -111,6 +111,16 @@ fail: } +/** + * The sat daemon. + * + * @param argc Any value in [0, 2] is accepted. + * @param argv The name of the process, and -f if the process + * shall not be daemonised. + * @return 0 The process was successful. + * @return 1 The process failed queuing the job. + * @return 2 User error, you do not know what you are doing. + */ int main(int argc, char *argv[]) { |