aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGH.c
diff options
context:
space:
mode:
authoreschnett <eschnett@b61c5cb5-eaca-4651-9a7a-d64986f99364>2011-01-21 01:45:12 +0000
committereschnett <eschnett@b61c5cb5-eaca-4651-9a7a-d64986f99364>2011-01-21 01:45:12 +0000
commit2ee2983465623ada68c2280603b9426cb7b75d1f (patch)
tree303464cde8075495503edc05cd920bf9cd6df114 /src/SetupPGH.c
parente2a689f590dab91859a99046743c7b32b9993a1e (diff)
Correct function signatures
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@505 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/SetupPGH.c')
-rw-r--r--src/SetupPGH.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SetupPGH.c b/src/SetupPGH.c
index 2a1198d..cbccf71 100644
--- a/src/SetupPGH.c
+++ b/src/SetupPGH.c
@@ -227,13 +227,12 @@ pGH *PUGH_SetupPGH (void *callerid,
0 for success
@endreturndesc
@@*/
-int PUGH_Terminate (cGH *GH)
+void PUGH_Terminate (cGH *GH)
{
pGH *pughGH = PUGH_pGH (GH);
PUGH_DestroyPGH (&pughGH);
- return (0);
}