aboutsummaryrefslogtreecommitdiffstats
path: root/include/gsmhr
AgeCommit message (Collapse)AuthorFilesLines
2017-12-31Use '#pragma once' instead of include guardVadim Yanitskiy1-4/+1
The most compilers today do support the '#pragma once', which is designed to cause the current source file to be included only once in a single compilation. One has several advantages, including: less code, avoidance of name clashes, and sometimes improvement in compilation speed. See: https://en.wikipedia.org/wiki/Pragma_once for details.
2010-11-12[1/4] HR support: Add autotools skeleton for libgsmhrSylvain Munaut2-0/+41
Not functional yet, just the autotools magic to make a library Signed-off-by: Sylvain Munaut <tnt@246tNt.com>