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

Definition at line 1380 of file webDid.c.

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

1381 {
1382  char *ptro;
1383 
1384  strcat(ptr,"]\n");
1385  ptro = ptr + (int)strlen(ptr);
1386  return ptro;
1387 }

+ Here is the caller graph for this function: