aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/template_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/template_extractor.c')
-rw-r--r--src/plugins/template_extractor.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/template_extractor.c b/src/plugins/template_extractor.c
index aad875e..9dad40d 100644
--- a/src/plugins/template_extractor.c
+++ b/src/plugins/template_extractor.c
@@ -46,13 +46,13 @@ EXTRACTOR_template_extract_method (struct EXTRACTOR_ExtractContext *ec)
46 return 1; 46 return 1;
47 47
48 /* initialize state here */ 48 /* initialize state here */
49 49
50 /* Call seek (plugin, POSITION, WHENCE) to seek (if you know where 50 /* Call seek (plugin, POSITION, WHENCE) to seek (if you know where
51 * data starts): 51 * data starts):
52 */ 52 */
53 // ec->seek (ec->cls, POSITION, SEEK_SET); 53 // ec->seek (ec->cls, POSITION, SEEK_SET);
54 54
55 /* Call read (plugin, &data, COUNT) to read COUNT bytes 55 /* Call read (plugin, &data, COUNT) to read COUNT bytes
56 */ 56 */
57 57
58 58
@@ -64,4 +64,5 @@ EXTRACTOR_template_extract_method (struct EXTRACTOR_ExtractContext *ec)
64 return; 64 return;
65} 65}
66 66
67
67/* end of template_extractor.c */ 68/* end of template_extractor.c */