aboutsummaryrefslogtreecommitdiffstats
path: root/src/crt.h
diff options
context:
space:
mode:
authorjames <>2008-02-13 01:08:38 +0000
committerjames <>2008-02-13 01:08:38 +0000
commit4d50b220e63c52d412bacebb3e44cc712f2e2804 (patch)
tree57633a5a842ffa00f75ba96c19e653be3fb6bde6 /src/crt.h
parent8688a9519c349b6ee8664be6ce2897a59c0f52be (diff)
downloadsympathy-4d50b220e63c52d412bacebb3e44cc712f2e2804.tar.gz
sympathy-4d50b220e63c52d412bacebb3e44cc712f2e2804.tar.bz2
sympathy-4d50b220e63c52d412bacebb3e44cc712f2e2804.zip
*** empty log message ***
Diffstat (limited to 'src/crt.h')
-rw-r--r--src/crt.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/crt.h b/src/crt.h
index da5922c..addaed8 100644
--- a/src/crt.h
+++ b/src/crt.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.7 2008/02/13 01:08:18 james
+ * *** empty log message ***
+ *
* Revision 1.6 2008/02/07 13:22:51 james
* *** empty log message ***
*
@@ -111,4 +114,10 @@ crt_ca_cmp (CRT_CA a, CRT_CA b)
return memcmp (&a, &b, sizeof (a));
}
+static inline
+crt_pos_cmp (CRT_POS a, CRT_POS b)
+{
+ return memcmp (&a, &b, sizeof (a));
+}
+
#endif /* __CRT_H__ */