Fossil

Diff
Login

Differences From Artifact [0cd77e64d3]:

To Artifact [27c02ef150]:


76
77
78
79
80
81
82

83
84
85
86
87
88
89
      nReport = atoi(arg);
    }
  }
  return nReport;
}

static cson_value * json_report_create(){

  return NULL;
}

static cson_value * json_report_get(){
  int nReport;
  Stmt q = empty_Stmt;
  cson_value * pay = NULL;







>







76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
      nReport = atoi(arg);
    }
  }
  return nReport;
}

static cson_value * json_report_create(){
  json_set_err(FSL_JSON_E_NYI, NULL);
  return NULL;
}

static cson_value * json_report_get(){
  int nReport;
  Stmt q = empty_Stmt;
  cson_value * pay = NULL;