about summary refs log tree commit diff stats
path: root/DESIGN
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-24 00:54:02 +0100
committerJames Booth <boothj5@gmail.com>2012-05-24 00:54:02 +0100
commit2429d23fbb57ed42245d4ba1785a9cff87ea0e8b (patch)
treefe94cb50b6541e22ca6fb9f0b61b954a3b5fa628 /DESIGN
parent937950096fea78f520fafe559103ed2c84ff97e9 (diff)
downloadprofani-tty-2429d23fbb57ed42245d4ba1785a9cff87ea0e8b.tar.gz
Updated prof_autocomplete in design doc
Diffstat (limited to 'DESIGN')
-rw-r--r--DESIGN1
1 files changed, 1 insertions, 0 deletions
diff --git a/DESIGN b/DESIGN
index 5470b4f2..e32cd321 100644
--- a/DESIGN
+++ b/DESIGN
@@ -178,4 +178,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.