aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/glclock/files/patch-MString.cpp
blob: 35c23ebb4828e5ac151789bcf55d96b7d0e68d02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- MString.cpp.orig	2000-06-22 14:58:41 UTC
+++ MString.cpp
@@ -1,6 +1,9 @@
 
 #include "MString.H"
 
+String Left(const String &, int);
+String Mid(String, int, int);
+String Right(const String &, int);
 
 // ���󥹥ȥ饯��
 String::String(int n)