libexplain  1.4.D001
Functions
libexplain/buffer/dac/does_not_have_capability.c File Reference
#include <libexplain/buffer/dac.h>

Go to the source code of this file.

Functions

void explain_buffer_does_not_have_capability (explain_string_buffer_t *sb, const char *name)

Function Documentation

void explain_buffer_does_not_have_capability ( explain_string_buffer_t sb,
const char *  cap_name 
)

The explain_buffer_does_not_have_capability function is called by the above functions to insert text naming the absent specific capability.

Parameters:
sbThe string buffer to print into.
cap_nameThe name of the required capability.

Definition at line 23 of file does_not_have_capability.c.