From: delgado Date: Fri, 20 Jan 1995 16:23:37 +0000 (+0000) Subject: fix unresolved reference to access_snt() by creating X-Git-Tag: OPSSRC_BASE~17 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/0e63ee794f6653cb754f44828b69d1448ae812f9 fix unresolved reference to access_snt() by creating a dummy routine at the end as was done for other routines --- diff --git a/db/newmoira.dc b/db/newmoira.dc index baddb1b4..2c1b530d 100644 --- a/db/newmoira.dc +++ b/db/newmoira.dc @@ -481,3 +481,4 @@ int setup_ahst() {} int setup_ahal() {} int followup_gsnt() {} int followup_ghst() {} +int access_snt() {}