diff src/protocols/zephyr/init_et.c @ 11105:64895571248f

[gaim-migrate @ 13153] CVS keywords are making my life difficult right now. I know I could change the keyword expansion somehow, but I don't see the use for them here, so I'm taking the easy (and IMO, better long-term) approach of removing them. My apologies for the commit spam. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 14 Jul 2005 02:19:01 +0000
parents 43dec50d8d51
children
line wrap: on
line diff
--- a/src/protocols/zephyr/init_et.c	Wed Jul 13 05:49:04 2005 +0000
+++ b/src/protocols/zephyr/init_et.c	Thu Jul 14 02:19:01 2005 +0000
@@ -1,8 +1,4 @@
 /*
- * $Header$
- * $Source$
- * $Locker$
- *
  * Copyright 1986, 1987, 1988 by MIT Information Systems and
  *	the MIT Student Information Processing Board.
  *
@@ -10,41 +6,6 @@
  */
 
 #include <sysdep.h>
-/* #include "error_table.h" */
-#include "mit-sipb-copyright.h"
 
-#ifndef	lint
-static const char rcsid_init_et_c[] =
-    "$Header$";
-#endif
-/*
-struct foobar {
-    struct et_list etl;
-    struct error_table et;
-};
-*/
 extern struct et_list * _et_list;
 
-/* int init_error_table(msgs, base, count) */
-/*     const char * const * msgs; */
-/*     int base; */
-/*     int count; */
-/* { */
-/*     struct foobar * new_et; */
-
-/*     if (!base || !count || !msgs) */
-/* 	return 0; */
-
-/*     new_et = (struct foobar *) malloc(sizeof(struct foobar)); */
-/*     if (!new_et) */
-/* 	return errno;	/\* oops *\/ */
-/*     new_et->etl.table = &new_et->et; */
-/*     new_et->et.msgs = msgs; */
-/*     new_et->et.base = base; */
-/*     new_et->et.n_msgs= count; */
-
-/*     new_et->etl.next = _et_list; */
-/*     _et_list = &new_et->etl; */
-/*     return 0; */
-/* } */
-