index
:
video-call.git
master
This is a simple implementation of linux apis for a video call with video and sound
Atanas
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
display.h
blob: f48998aa30250ee36759f17fc4c8286d9d225a50 (
plain
)
1
2
3
4
5
6
#ifndef DISPLAY_H
#define DISPLAY_H
void
display
(
int
*
argc
,
char
**
argv
);
#endif