/* * (C) 2013-2016 by Christian Hesse * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. */ #ifndef _CQRLOGO_H #define _CQRLOGO_H #define _GNU_SOURCE #include #include #include #include #include #include #include #if HAVE_FCGI #include #endif #include #define URLPATTERN "^[hH][tT][tT][pP][sS]\\?://%s/" #define TEXTSTOLEN "This QR Code has been stolen from http%s://%s/!" /*** main ***/ int main(int argc, char **argv); #endif /* _CQRLOGO_H */ // vim: set syntax=c: