aboutsummaryrefslogtreecommitdiffstats
path: root/src/ramps.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-10 22:58:48 +0200
committerMattias Andrée <maandree@kth.se>2016-07-10 22:58:51 +0200
commit9d69ef256acf195de064859a65aa033fcf06295d (patch)
tree5cee2e1bc8eb89521603d0135e51fb4f98f94a54 /src/ramps.c
parentFix warnings (and two errors) (diff)
downloadcoopgammad-9d69ef256acf195de064859a65aa033fcf06295d.tar.gz
coopgammad-9d69ef256acf195de064859a65aa033fcf06295d.tar.bz2
coopgammad-9d69ef256acf195de064859a65aa033fcf06295d.tar.xz
Get the pathname of the socket
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/ramps.c')
-rw-r--r--src/ramps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ramps.c b/src/ramps.c
index 2c24b52..0bd2b78 100644
--- a/src/ramps.c
+++ b/src/ramps.c
@@ -26,7 +26,7 @@
/**
* The name of the process
*/
-extern char* argv0;
+extern const char* argv0;