summaryrefslogtreecommitdiff
path: root/src/storage.h
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Use L_TFR macroDenis Kenzior2019-05-241-6/+0
|
* storage: Include sys/types.h for ssize_tLucas De Marchi2013-01-161-0/+1
| | | | | src/storage.h:32:1: error: unknown type name 'ssize_t' src/storage.h:36:1: error: unknown type name 'ssize_t'
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* storage: add printf-like verificationInaky Perez-Gonzalez2010-05-281-2/+4
| | | | Add __attribute__((format)) to {write, read}_file()
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Add utilities for settings managementDenis Kenzior2009-10-301-0/+5
|
* Move create_dirs to storage.c, add file read/write utilitiesAndrzej Zaborowski2009-09-081-0/+36