File: analyser.h

package info (click to toggle)
robodoc 4.99.34-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,468 kB
  • ctags: 1,009
  • sloc: ansic: 14,040; sh: 3,635; makefile: 163; perl: 155
file content (9 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#ifndef ROBODOC_ANALYSER_H
#define ROBODOC_ANALYSER_H

#include "document.h"

void                RB_Analyse_Document(
    struct RB_Document *arg_document );

#endif /* ROBODOC_ANALYSER_H */