aboutsummaryrefslogtreecommitdiffstats
path: root/codi/codi_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'codi/codi_api.h')
-rw-r--r--codi/codi_api.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/codi/codi_api.h b/codi/codi_api.h
deleted file mode 100644
index c5813dd..0000000
--- a/codi/codi_api.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (C) 2016 Intel Corporation
- *
- * Author: Todor Minchev <todor.minchev@linux.intel.com>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, or (at your option) any later version, as published by
- * the Free Software Foundation.
- *
- * This program is distributed in the hope it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- */
-
-#ifndef CODI_API_H
-#define CODI_API_H
-
-#include "codi_list.h"
-
-int process_ceed_cmd(turff_node *t_node, int ceed_sock_fd, char *ceed_params[]);
-void parse_codi_params(int argc, char *argv[]);
-
-#endif