summaryrefslogtreecommitdiff
path: root/src/Type1/arith.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Type1/arith.h')
-rw-r--r--src/Type1/arith.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Type1/arith.h b/src/Type1/arith.h
index 6c810b9..73b84a7 100644
--- a/src/Type1/arith.h
+++ b/src/Type1/arith.h
@@ -66,12 +66,6 @@ typedef struct {
}
#endif
-extern void DLmult ( doublelong *product, unsigned long u, unsigned long v );
-extern void DLdiv ( doublelong *quotient, unsigned long divisor );
-extern void DLadd ( doublelong *u, doublelong *v );
-extern void DLsub ( doublelong *u, doublelong *v );
extern fractpel FPmult ( fractpel u, fractpel v );
-extern fractpel FPdiv ( fractpel dividend, fractpel divisor );
-extern fractpel FPstarslash ( fractpel a, fractpel b, fractpel c );
/*END SHARED*/