aboutsummaryrefslogtreecommitdiff
path: root/src/lib/xpprof32.def
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1999-03-14 05:24:27 +0000
committerTheodore Tso <tytso@mit.edu>1999-03-14 05:24:27 +0000
commit18ea77b85a3de55a6ac78b1846e65178d3663824 (patch)
tree57feba231dcfed1304da25b39de23ab99a27e61a /src/lib/xpprof32.def
parentac0378d4636dddeb1a5d7cbe34c5aca4a0539be0 (diff)
downloadkrb5-18ea77b85a3de55a6ac78b1846e65178d3663824.zip
krb5-18ea77b85a3de55a6ac78b1846e65178d3663824.tar.gz
krb5-18ea77b85a3de55a6ac78b1846e65178d3663824.tar.bz2
Changes to allow building the profile routines as their own separate DLL
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11282 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/xpprof32.def')
-rw-r--r--src/lib/xpprof32.def29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/lib/xpprof32.def b/src/lib/xpprof32.def
new file mode 100644
index 0000000..c3d2d53
--- /dev/null
+++ b/src/lib/xpprof32.def
@@ -0,0 +1,29 @@
+;----------------------------------------------------
+; XPPROF32.DEF - XPPROF32.DLL
+;----------------------------------------------------
+
+;LIBRARY XPPROF32.DLL
+DESCRIPTION 'Cross Platform Profile DLL'
+CODE PRELOAD MOVEABLE DISCARDABLE
+DATA PRELOAD MOVEABLE SINGLE
+HEAPSIZE 8192
+
+EXPORTS
+ profile_init
+ profile_init_path
+ profile_flush
+ profile_release
+ profile_get_values
+ profile_free_list
+ profile_get_string
+ profile_get_integer
+ profile_get_relation_names
+ profile_get_subsection_names
+ profile_iterator_create
+ profile_iterator_free
+ profile_iterator
+ profile_release_string
+ profile_update_relation
+ profile_clear_relation
+ profile_rename_section
+ profile_add_relation