summaryrefslogtreecommitdiff
path: root/media.h
diff options
context:
space:
mode:
authorTodor Tomov <ttomov@mm-sol.com>2011-01-25 17:46:41 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-02-07 15:36:47 +0100
commit7ceb74fa28415ad6ea7f359d1c7a4914a952ad4c (patch)
tree19162bd77e5a10e88aa9055b14db5100f64d2365 /media.h
parent9a244f7792d81a39b0240d5d4ee50e6452b7ce8e (diff)
Move printing functions to main.c
Move printing and helper functions to media-ctl application source. Signed-off-by: Todor Tomov <ttomov@mm-sol.com>
Diffstat (limited to 'media.h')
-rw-r--r--media.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/media.h b/media.h
index 41b5556..9467cdc 100644
--- a/media.h
+++ b/media.h
@@ -63,7 +63,6 @@ struct media_entity *media_get_entity_by_name(struct media_device *media,
const char *name, size_t length);
struct media_entity *media_get_entity_by_id(struct media_device *media,
__u32 id);
-void media_print_topology(struct media_device *media, int dot);
int media_setup_link(struct media_device *media,
struct media_entity_pad *source, struct media_entity_pad *sink,
__u32 flags);