~phablet-team/ofono/ofono-mwi-and-bugs

« back to all changes in this revision

Viewing changes to src/storage.h

  • Committer: Ricardo Salveti de Araujo
  • Date: 2013-10-02 15:37:04 UTC
  • Revision ID: ricardo.salveti@canonical.com-20131002153704-w20dh1kuvfo0gojz
Pushing the packaging patches from 1.12-0ubuntu8

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#define TFR
26
26
#endif
27
27
 
 
28
#include <sys/types.h>
28
29
#include <fcntl.h>
29
30
 
30
31
int create_dirs(const char *filename, const mode_t mode);