home *** CD-ROM | disk | FTP | other *** search
- /* lock & unlock - control access to file records
-
- Copyright (c) 1984 by JMI Software Consultants, Inc.
- */
- #include "acom.h"
-
- INT LOCK()
- {
- return (0); /* record locking not supported */
- }
-
- INT UNLOCK()
- {
- return (0); /* record locking not supported */
- }