summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dlt/dlt_common.h')
-rw-r--r--include/dlt/dlt_common.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h
index f2ffe50..fc5c18a 100644
--- a/include/dlt/dlt_common.h
+++ b/include/dlt/dlt_common.h
@@ -931,14 +931,6 @@ DltReturnValue dlt_filter_free(DltFilter *filter, int verbose);
*/
DltReturnValue dlt_filter_load(DltFilter *filter, const char *filename, int verbose);
/**
- * Load json filter from file.
- * @param filter pointer to structure of organising DLT filter
- * @param filename filename to load filters from
- * @param verbose if set to true verbose information is printed out.
- * @return negative value if there was an error
- */
-DltReturnValue dlt_json_filter_load(DltFilter *filter, const char *filename, int verbose);
-/**
* Save filter in space separated list to text file.
* @param filter pointer to structure of organising DLT filter
* @param filename filename to safe filters into
@@ -947,14 +939,6 @@ DltReturnValue dlt_json_filter_load(DltFilter *filter, const char *filename, int
*/
DltReturnValue dlt_filter_save(DltFilter *filter, const char *filename, int verbose);
/**
- * Save filter in json format to file.
- * @param filter pointer to structure of organising DLT filter
- * @param filename filename to safe filters into
- * @param verbose if set to true verbose information is printed out.
- * @return negative value if there was an error
- */
-DltReturnValue dlt_json_filter_save(DltFilter *filter, const char *filename, int verbose);
-/**
* Find index of filter in filter list
* @param filter pointer to structure of organising DLT filter
* @param apid application id to be found in filter list