diff options
author | Ted Gould <ted@gould.cx> | 2012-08-21 16:51:41 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-08-21 16:51:41 -0500 |
commit | 0be46b1a52e930f90dfcd36f6b7fbb970bde7d88 (patch) | |
tree | fa7e6e340e69c638b2a6d402849fcc676d190e38 /src/freerdp-auth-check.c | |
parent | 718f39acbbacf859cb9f02a653447435edfe1e17 (diff) | |
download | libpam-freerdp2-0be46b1a52e930f90dfcd36f6b7fbb970bde7d88.tar.gz libpam-freerdp2-0be46b1a52e930f90dfcd36f6b7fbb970bde7d88.tar.bz2 libpam-freerdp2-0be46b1a52e930f90dfcd36f6b7fbb970bde7d88.zip |
Building ourselves a little binary
Diffstat (limited to 'src/freerdp-auth-check.c')
-rw-r--r-- | src/freerdp-auth-check.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/freerdp-auth-check.c b/src/freerdp-auth-check.c new file mode 100644 index 0000000..309be4c --- /dev/null +++ b/src/freerdp-auth-check.c @@ -0,0 +1,8 @@ + +int +main (int argc, char * argv[]) +{ + + + return -1; +} |