Holds state of a search. More...
Go to the source code of this file.
Functions | |
struct SearchState * | search_state_new (void) |
Create a new SearchState. | |
void | search_state_free (struct SearchState **ptr) |
Free a SearchState. | |
Holds state of a search.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file search_state.c.
struct SearchState * search_state_new | ( | void | ) |
Create a new SearchState.
ptr | New SearchState |
Definition at line 39 of file search_state.c.
void search_state_free | ( | struct SearchState ** | ptr | ) |
Free a SearchState.
ptr | SearchState to free |
Definition at line 51 of file search_state.c.