PostgreSQL Source Code  git master
_include_path Struct Reference

#include <type.h>

Data Fields

char * path
 
struct _include_pathnext
 

Detailed Description

Definition at line 130 of file type.h.

Field Documentation

◆ next

struct _include_path* _include_path::next

Definition at line 133 of file type.h.

Referenced by add_include_path(), and main().

◆ path

char* _include_path::path

Definition at line 132 of file type.h.

Referenced by add_include_path(), and main().


The documentation for this struct was generated from the following file: