diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch // and are included only as a placeholder. Nevertheless, // they *will* get included in the static library if you // don't remove them :) -// +// // Obviously, you 'll have to write yourself the super-duper // functions to include in the resulting library... // Also, it's not necessary to write every function in this file. @@ -48,6 +48,6 @@ void SampleFunction1() int SampleFunction2() { // insert code here - + return 0; } |