Added option not to use configured logging in SMSD inject and monitor (bug #1539).
[gammu.git] / tests / include-security.c
blobf19bc2ec6c09958dd575a04dc091379b44a0e607
1 /* Automatically generated test for validating header file gammu-security.h */
2 /* See gen-include-test.sh for details */
4 #include <gammu-security.h>
5 #include <gammu-security.h>
7 /* We do not want to push another header, so we need to copy definiton of UNUSED */
8 #ifndef UNUSED
9 # if __GNUC__
10 # define UNUSED __attribute__ ((unused))
11 # else
12 # define UNUSED
13 # endif
14 #endif
16 int main(int argc UNUSED, char **argv UNUSED)
18 return 0;