about summary refs log tree commit diff stats
path: root/DESIGN
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-26 16:20:03 +0100
committerJames Booth <boothj5@gmail.com>2012-05-26 16:20:03 +0100
commit9f5cff096c8021914ab8ba443c924824cadcced9 (patch)
treef5a817d3cfa0bb6c700c660626a1a25bd9c28d6a /DESIGN
parent278cd9dd1d2b7ceea766cbe2f1bed050954540a5 (diff)
parent2429d23fbb57ed42245d4ba1785a9cff87ea0e8b (diff)
downloadprofani-tty-9f5cff096c8021914ab8ba443c924824cadcced9.tar.gz
Merge branch 'presence'
Diffstat (limited to 'DESIGN')
-rw-r--r--DESIGN1
1 files changed, 1 insertions, 0 deletions
diff --git a/DESIGN b/DESIGN
index 168f516f..b90d9b25 100644
--- a/DESIGN
+++ b/DESIGN
@@ -179,4 +179,5 @@ types:
     PStrFunc:       A function that will get a string out of the data structure
     PCopyFunc:      A function that will make a copy the data structure, allocating
         memory for it.
+    PEqualDeepFunc: A function to compare two structures by comparing all members.
     GDestroyNotify: A function that will free memory for the data structure.