updates.
[silc.git] / lib / silcclient / README
index 39555b6d4ce7b25aea514d2e683c3119dc890b99..85748c280e6cd16a68da9692b2cdcbb65eb982f9 100644 (file)
@@ -8,7 +8,7 @@ designed to be complete SILC Client implementation without actual user
 interface.  The library provides the API for the application which it can
 use to implement generally whatever user interface it wants.
 
-The `ops.h' file defines the function prototypes that application must
+The `silcapi.h' file defines the function prototypes that application must
 implement in order to be able to create the user interface with the
 library.  The idea is that the application can implement whatever user
 interface routines in the functions and display the data whatever way