/* 
 *	call-seq:
 *		add_contact(contact) -> [String] the new contact's Evolution unique ID
 *		
 * Adds a contact 
 */
static VALUE revolution_add_contact(VALUE self, VALUE rb_contact) {