src/protocols/zephyr/init_et.c

Sun, 18 Apr 2004 06:22:42 +0000

author
Jon Oberheide
date
Sun, 18 Apr 2004 06:22:42 +0000
changeset 8697
c5e51aef2026
parent 8354
61ee455834c5
child 11105
842fa517e08c
permissions
-rw-r--r--

[gaim-migrate @ 9450]
WYSIWYG info editing from Jon Oberheide

We need separate gc flags for conversation HTML and
user info HTML, or something. It seems like there
should be a better way to do that...

Hint hint wink wink nudge nudge
I kick your foot, under the table
You kick me back, I can't say I'm able
To stand for you, or fall for you
Ever again

I wish for, a perfect setting
Wishing that I'm letting you take me
Where you want me, all over again

committer: Mark Doliner <markdoliner@pidgin.im>

/*
 * $Header$
 * $Source$
 * $Locker$
 *
 * Copyright 1986, 1987, 1988 by MIT Information Systems and
 *	the MIT Student Information Processing Board.
 *
 * For copyright info, see mit-sipb-copyright.h.
 */

#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; */
/* } */

mercurial