You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*
|
|
|
* cdr.h
|
|
|
*
|
|
|
* Created on: Mar 14, 2017
|
|
|
* Author: fmetz
|
|
|
*/
|
|
|
|
|
|
#ifndef CDR_H_
|
|
|
#define CDR_H_
|
|
|
|
|
|
struct call;
|
|
|
|
|
|
void cdr_update_entry(struct call* c);
|
|
|
|
|
|
#endif /* CDR_H_ */
|