FACT++  1.0
char* addJSONEnd ( char *  ptr)

Definition at line 1362 of file webDid.c.

Referenced by prepareJSONHeader(), prepareJSONServiceList(), prepareJSONSmiObjectList(), prepareJSONSmiTree(), and prepareJSONTree().

1363 {
1364  char *ptro;
1365 
1366  strcat(ptr,"}\n");
1367  ptro = ptr + (int)strlen(ptr);
1368  return ptro;
1369 }

+ Here is the caller graph for this function: