]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - lib/resource.h
RPKI protocol with one cache server per protocol
[thirdparty/bird.git] / lib / resource.h
index 1a62d3891b5a0297330d0f94198da5443b7be283..1a0568b48b72b4317504c87da707028e790cbd53 100644 (file)
@@ -37,7 +37,7 @@ struct resclass {
 typedef struct pool pool;
 
 void resource_init(void);
-pool *rp_new(pool *, char *);          /* Create new pool */
+pool *rp_new(pool *, const char *);    /* Create new pool */
 void rfree(void *);                    /* Free single resource */
 void rdump(void *);                    /* Dump to debug output */
 size_t rmemsize(void *res);            /* Return size of memory used by the resource */