From e0a0450b8764d54303d927e18aee1f038bcf66f7 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 10 Apr 2016 18:32:30 -0400 Subject: slbt_create_symlink(): make the type of lnkname more convenient to callers. --- src/internal/slibtool_symlink_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal/slibtool_symlink_impl.h') diff --git a/src/internal/slibtool_symlink_impl.h b/src/internal/slibtool_symlink_impl.h index 5ca65d5..5f3de51 100644 --- a/src/internal/slibtool_symlink_impl.h +++ b/src/internal/slibtool_symlink_impl.h @@ -11,5 +11,5 @@ int slbt_create_symlink( const struct slbt_driver_ctx * dctx, struct slbt_exec_ctx * ectx, const char * target, - char * lnkname, + const char * lnkname, bool flawrapper); -- cgit v1.2.3