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: f4b57a41d629dedb3b02efd655048a2267cf05ca (
plain
)
1
2
3
4
5
6
#ifndef DISPLAY_H
#define DISPLAY_H
int
display
(
void
);
#endif