aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi/server/ccs_list.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-11-01 08:08:32 +0000
committerKen Raeburn <raeburn@mit.edu>2007-11-01 08:08:32 +0000
commit02c259aa1ae59c48ab0ae6cbb7168d6e26ca22a4 (patch)
tree017d68560700e8e53480c218eecbcc09f55d3de1 /src/ccapi/server/ccs_list.h
parent3f3ceb8cc3f6ca0e62dac213e3fa2a79b8c05ebe (diff)
downloadkrb5-02c259aa1ae59c48ab0ae6cbb7168d6e26ca22a4.zip
krb5-02c259aa1ae59c48ab0ae6cbb7168d6e26ca22a4.tar.gz
krb5-02c259aa1ae59c48ab0ae6cbb7168d6e26ca22a4.tar.bz2
Conditionalize "#pragma mark" on TARGET_OS_MAC.
Don't use "#pragma warning" when not on Windows. (In fact, the just-added uses shouldn't be needed if the above conditional is done right, so one of them was deleted.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20161 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/server/ccs_list.h')
-rw-r--r--src/ccapi/server/ccs_list.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ccapi/server/ccs_list.h b/src/ccapi/server/ccs_list.h
index 435821a..7346216 100644
--- a/src/ccapi/server/ccs_list.h
+++ b/src/ccapi/server/ccs_list.h
@@ -1,7 +1,7 @@
/*
* $Header$
*
- * Copyright 2006 Massachusetts Institute of Technology.
+ * Copyright 2006, 2007 Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
@@ -47,7 +47,9 @@ cc_int32 ccs_cache_collection_list_remove (ccs_cache_collection_list_t io_list,
cc_int32 ccs_cache_collection_list_release (ccs_cache_collection_list_t io_list);
+#ifdef TARGET_OS_MAC
#pragma mark -
+#endif
cc_int32 ccs_ccache_list_new (ccs_ccache_list_t *out_list);
@@ -88,7 +90,9 @@ cc_int32 ccs_ccache_list_iterator_next (ccs_ccache_list_iterator_t io_list_iter
cc_int32 ccs_ccache_list_iterator_release (ccs_ccache_list_iterator_t io_list_iterator);
+#ifdef TARGET_OS_MAC
#pragma mark -
+#endif
cc_int32 ccs_credentials_list_new (ccs_credentials_list_t *out_list);