Skip to content
Snippets Groups Projects
Commit 0940c512 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci Committed by Danilo K. S. Yorinori
Browse files

client.c: Added information about error 12 and updated about error 3

parent ba287d2e
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* Return: Exit status: * Return: Exit status:
* 1) Parameter error * 1) Parameter error
* 2) Soap error * 2) Soap error
* 3) Version file error (open, read) * 3) Version file error (open, memory allocation)
* 4) Client out-of-date * 4) Client out-of-date
* 5) Server returned an error * 5) Server returned an error
* 6) Unexpected server result * 6) Unexpected server result
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
* 9) Server did not find the version file * 9) Server did not find the version file
* 10) Server returned an empty update link * 10) Server returned an empty update link
* 11) Invalid INEP error * 11) Invalid INEP error
* 12) XML file error (open, memory allocation)
*/ */
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment