X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=decorate.h;h=ee43dee1f008882094ca9c85f6b28b86ec88fdf6;hb=fb9d7431cf4c4d4d90ad2d2904c7feb19dfb2f8f;hp=9014c1e996c60d9b3e1bd27ffa01b9c2d0c8ae80;hpb=ce9c6a3c78bc2e2ebbe5f3351a2623d6101985f8;p=thirdparty%2Fgit.git diff --git a/decorate.h b/decorate.h index 9014c1e996..ee43dee1f0 100644 --- a/decorate.h +++ b/decorate.h @@ -50,12 +50,12 @@ struct decoration { * NULL), returning the previously associated pointer. If there is no previous * association, this function returns NULL. */ -extern void *add_decoration(struct decoration *n, const struct object *obj, void *decoration); +void *add_decoration(struct decoration *n, const struct object *obj, void *decoration); /* * Return the pointer associated to the given object. If there is no * association, this function returns NULL. */ -extern void *lookup_decoration(struct decoration *n, const struct object *obj); +void *lookup_decoration(struct decoration *n, const struct object *obj); #endif