1#ifndef SASS_BIND_H
2#define SASS_BIND_H
3
4#include <string>
5#include "backtrace.hpp"
6#include "environment.hpp"
7#include "ast_fwd_decl.hpp"
8
9namespace Sass {
10
11 void bind(sass::string type, sass::string name, Parameters_Obj, Arguments_Obj, Env*, Eval*, Backtraces& traces);
12
13}
14
15#endif
16

source code of gtk/subprojects/libsass/src/bind.hpp