Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
firstline1
linenumberstrue
int8_t create_flow_file(FlowFIleFlowFile** flow_file, char *content_location, size_t size)
int8_t transmit_flow_file(FlowFIleFlowFile *flow_file, char *nifi_host);
int8_t free_flow_file(FlowFile *flow_file);