More work on C sample agents. Learning agents are a pain.
[progcomp10.git] / link / C / c-link-lib / agents / c-angel.c
index c628ade..c6c8687 100644 (file)
@@ -31,4 +31,10 @@ void Results( char * foeName, int isInstigatedByYou, ITEMTYPE yourItem,
                         ITEMTYPE theirItem, ITEMTYPE promisedItem) {
        
        return; /* Ignore whatever just happened. */
+}
+
+/* same for Cleanup() */
+
+void Cleanup() {
+       return;
 }
\ No newline at end of file

UCC git Repository :: git.ucc.asn.au