roken: Add *progname() to shared library exports
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 23 Oct 2011 21:49:08 +0000 (17:49 -0400)
committerDerrick Brashear <shadow@dementix.org>
Mon, 24 Oct 2011 10:41:46 +0000 (03:41 -0700)
Add rk_getprogname and rk_setprogname to the set of shared
library exports in libroken

Change-Id: I1fd26c59b26a256b2070bfdc14dfaa5f82fb8002
Reviewed-on: http://gerrit.openafs.org/5661
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>

src/roken/librokenafs.map

index 2adcc93..c700586 100644 (file)
                rk_erealloc;
                rk_flock;
                rk_gettimeofday;
+               rk_getprogname;
                rk_hex_encode;
                rk_localtime_r;
                rk_mkstemp;
                rk_print_version;
+               rk_setprogname;
                rk_snprintf;
                rk_socket;
                rk_strlcat;