File: render.h

package info (click to toggle)
slurp 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: ansic: 1,274; xml: 240; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#ifndef _RENDER_H
#define _RENDER_H

struct slurp_output;

void render(struct slurp_output *output);

#endif