X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=str.h;fp=str.h;h=b7f26350ccb5941ced169d6b893ff18b38fcaee1;hp=0f158fe972c56aaf0e62be389670ad68976c054d;hb=1f5ecfacc341f893d73caa0a613d553af33a6cc9;hpb=324d1364004376fa0b018afcb57cfe14aca7fcdb diff --git a/str.h b/str.h index 0f158fe..b7f2635 100644 --- a/str.h +++ b/str.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + __must_check __malloc void *dss_realloc(void *p, size_t size); __must_check __malloc void *dss_malloc(size_t size); __must_check __malloc void *dss_calloc(size_t size);