<?php

/**
 * @file
 * Declare the view API in use.
 */

/**
 * Implements hook_views_api().
 */
function protected_node_views_views_api() {
  return array('api' => 2);
}
