From 4e824737afa8bb05db07d92a04855149c2fba5d8 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 19 May 2006 09:18:37 +0000 Subject: Updates of portable CCAPI sources. All code compiles git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18022 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/ccapi/server/main.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/lib/ccapi/server/main.c (limited to 'src/lib/ccapi/server/main.c') diff --git a/src/lib/ccapi/server/main.c b/src/lib/ccapi/server/main.c new file mode 100644 index 000000000..cf69af312 --- /dev/null +++ b/src/lib/ccapi/server/main.c @@ -0,0 +1,12 @@ +#include +#include + +int main( int argc, char *argv[] ) +{ + /* we need a set of functions we want to support. + * so we can provide an abstract platform independent + * interface. + */ + + return 0; +} -- cgit