~ubuntu-branches/debian/sid/coturn/sid

« back to all changes in this revision

Viewing changes to src/apps/relay/dbdrivers/dbd_pgsql.h

  • Committer: Package Import Robot
  • Author(s): Oleg Moskalenko
  • Date: 2014-12-24 00:50:38 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20141224005038-ppryqxsqss7oazf9
Tags: 4.3.3.1-1
Sync to 4.3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
extern "C" {
39
39
#endif
40
40
 
41
 
turn_dbdriver_t * get_pgsql_dbdriver(void);
 
41
const turn_dbdriver_t * get_pgsql_dbdriver(void);
42
42
 
43
43
#ifdef __cplusplus
44
44
}