Attention is currently required from: laforge. wbokslag has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-tetra/+/28592 )
Change subject: Created tuntap.h to allow for proper use of tun_alloc in tetra_llc.c ......................................................................
Patch Set 1:
(1 comment)
File src/tuntap.h:
https://gerrit.osmocom.org/c/osmo-tetra/+/28592/comment/fc3aad56_44497d1c PS1, Line 1: #ifndef TUNTAP_H
I think "#pragma once" should be used for all code developed in the last decade, but it's not critical if you don't want to change it. We can always clean that up later.
It seems best to me to be consistent across the osmo-tetra h-files, and all use the classic ifdef method. I'd suggest to leave the commit as-is.