version 1.6 | | version 1.7 |
---|
| | |
/* | | /* |
* static char *rcsid_egoitem_c = | | * static char *rcsid_egoitem_c = |
* "$Id: egoitem.c,v 1.6 2005/08/12 08:18:59 ryo_saeba Exp $"; | | * "$Id: egoitem.c,v 1.7 2006/05/05 09:26:35 ryo_saeba Exp $"; |
*/ | | */ |
| | |
| | |
| | |
/* GROS: I put this here, because no other file seemed quite good. Returns 1 if | | /* GROS: I put this here, because no other file seemed quite good. Returns 1 if |
* the artifact could be created. | | * the artifact could be created. |
*/ | | */ |
int create_artifact(object *op, const char *artifactname) | | static int create_artifact(object *op, const char *artifactname) |
{ | | { |
artifactlist *al; | | artifactlist *al; |
artifact *art; | | artifact *art; |