interface.Address_Book.php
changeset 23 2d22262da8e0
parent 20 52fb6408b86a
--- a/interface.Address_Book.php	Wed Oct 26 21:46:50 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-<?
-interface Address_Book {
-	function add_entry($entry);
-	function search_entries($pattern);
-	function delete_entries($ids);
-	function get_all_entries();
-}
-?>