projects
/
profile
/
ivi
/
lemolo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix warning: unused parameter ‘reason’
[profile/ivi/lemolo.git]
/
dialer
/
callscreen.h
1
#ifndef _EFL_OFONO_CALLSCREEN_H__
2
#define _EFL_OFONO_CALLSCREEN_H__ 1
3
4
#include "ofono.h"
5
6
Evas_Object *callscreen_add(Evas_Object *parent);
7
void callscreen_call_add(Evas_Object *obj, OFono_Call *call);
8
9
#endif