X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=linux.c;h=d2a92596ebbcde791bc8008206ebbef8c2b35ceb;hb=565736a471e9ba66cbc68ce76c90d5e0c2fa57cf;hp=e26b3acbde1458a3ca338d6b6da73908775a60e0;hpb=4b77a5def6df965cae63dec8b836e18e1e09cd58;p=ext%2Fsubsurface.git diff --git a/linux.c b/linux.c index e26b3ac..d2a9259 100644 --- a/linux.c +++ b/linux.c @@ -49,5 +49,10 @@ void subsurface_close_conf(void) const char *subsurface_USB_name() { - return("/dev/ttyUSB0"); + return "/dev/ttyUSB0"; +} + +const char *subsurface_icon_name() +{ + return "subsurface.svg"; }