summaryrefslogtreecommitdiffstats
path: root/src/ccapi/lib/win/debug.exports
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2008-03-20 15:28:11 +0000
committerKevin Koch <kpkoch@mit.edu>2008-03-20 15:28:11 +0000
commit858c809105b5d66f1b2c8b2d3c305216a594e19c (patch)
treeb873dea57e81eac459145ab8f2e2f9db6a65747f /src/ccapi/lib/win/debug.exports
parent5b0bc6bcaeb275fa850815b56cb81086caef0c57 (diff)
Generate ccapi.def export list from V2, V3, debug lists. It is no longer a file in the repository
Update test Makefile.in to use file ccapi_string.c. TargetVersion: 1.7 Component: krb5-libs Ticket: 5594 Tags: pullup Subj: Work on compiling the CCAPI test suite on Windows. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20284 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/lib/win/debug.exports')
-rw-r--r--src/ccapi/lib/win/debug.exports13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ccapi/lib/win/debug.exports b/src/ccapi/lib/win/debug.exports
new file mode 100644
index 000000000..0c3765325
--- /dev/null
+++ b/src/ccapi/lib/win/debug.exports
@@ -0,0 +1,13 @@
+ cci_debug_printf
+ _cci_check_error
+ cci_os_ipc
+ cci_os_ipc_msg
+ cci_os_ipc_thread_init
+ cci_stream_data
+ cci_stream_write
+ cci_stream_new
+
+ ccs_authenticate
+
+
+ \ No newline at end of file