aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-06-28 20:28:02 +0000
committerGerd Moellmann <[email protected]>2000-06-28 20:28:02 +0000
commit1a7ad14fd09b8832c2cf16ed97c7731ad62da271 (patch)
treefcdb7c6ec28cb970bfc12fa344f38ee3e7d735d4 /src/lisp.h
parentbbe14ff4222d2696903e4a501923bbb8fa2a2d24 (diff)
(next_almost_prime): Add prototype.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 388cf3c44c..ca271863b2 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1938,6 +1938,7 @@ extern void init_syntax_once P_ ((void));
extern void syms_of_syntax P_ ((void));
/* Defined in fns.c */
+extern int next_almost_prime P_ ((int));
extern Lisp_Object larger_vector P_ ((Lisp_Object, int, Lisp_Object));
extern void sweep_weak_hash_tables P_ ((void));
extern Lisp_Object Qstring_lessp;