File: analyser.h

package info (click to toggle)
robodoc 4.0.18-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 924 kB
  • ctags: 669
  • sloc: ansic: 8,386; xml: 953; sh: 335; makefile: 144; perl: 68
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef ROBODOC_ANALYSER_H
#define ROBODOC_ANALYSER_H

#include "document.h"

void                RB_Analyse_Document( struct RB_Document *arg_document );

#endif /* ROBODOC_ANALYSER_H */